icons
This commit is contained in:
@@ -94,14 +94,14 @@ class SettingsScreen extends ConsumerWidget {
|
||||
context,
|
||||
onPressed: () =>
|
||||
navigationContract.pushTo(AppRoutes.deviceNotifications),
|
||||
icon: Icons.notifications_outlined,
|
||||
icon: Icons.sms_outlined,
|
||||
text: I18n.notificationsLegacyTitle,
|
||||
color: color,
|
||||
),
|
||||
_item(
|
||||
context,
|
||||
onPressed: () => navigationContract.pushTo(AppRoutes.alerts),
|
||||
icon: Icons.notifications_outlined,
|
||||
icon: Icons.warning_amber_outlined,
|
||||
text: I18n.alerts,
|
||||
color: color,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user