take notif filter out of card
This commit is contained in:
parent
118e5a5826
commit
cd8d551e26
1 changed files with 7 additions and 10 deletions
|
|
@ -108,10 +108,8 @@ class const NotificationsPage({
|
|||
),
|
||||
Align(
|
||||
alignment: .topRight,
|
||||
child: Card(
|
||||
color: Theme.of(context).colorScheme.surfaceContainer,
|
||||
child: Padding(
|
||||
padding: .all(12),
|
||||
padding: .all(16),
|
||||
child: M3EToggleButtonGroup(
|
||||
selectedIndex: unreadTypeIndex.value,
|
||||
onSelectedIndexChanged: (index) =>
|
||||
|
|
@ -120,7 +118,6 @@ class const NotificationsPage({
|
|||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue