This commit is contained in:
2026-04-22 20:47:38 +02:00
parent 1961be3805
commit 5c6eb97c1f

View File

@@ -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,
),