Line notifications setting button up with rest of page (#5571)
This commit is contained in:
parent
27776a2896
commit
1417d8b944
1 changed files with 1 additions and 3 deletions
|
|
@ -57,9 +57,7 @@ class SettingsNotificationsView extends StatelessWidget {
|
|||
child: snapshot.data != false
|
||||
? const SizedBox()
|
||||
: Padding(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
vertical: 8.0,
|
||||
),
|
||||
padding: const EdgeInsets.fromLTRB(16, 8, 28, 8),
|
||||
child: ListTile(
|
||||
tileColor: theme.colorScheme.primaryContainer,
|
||||
leading: Icon(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue