diff --git a/lib/pages/notifications.dart b/lib/pages/notifications.dart index 9b8c9b6..a59c120 100644 --- a/lib/pages/notifications.dart +++ b/lib/pages/notifications.dart @@ -20,11 +20,11 @@ class const NotificationsPage({ Widget build(BuildContext context, WidgetRef ref) { final options = { M3EToggleButtonGroupAction( - label: Text("Mentions"), + checkedLabel: Text("Mentions"), icon: Icon(Icons.alternate_email), ): .highlight, M3EToggleButtonGroupAction( - label: Text("All Notifications"), + checkedLabel: Text("All Notifications"), icon: Icon(Icons.notifications), ): .notify, };