Обновлен проект. Добавлена БД

This commit is contained in:
2025-03-03 23:57:55 +03:00
parent 273e68557a
commit cb6ce05059
726 changed files with 9424 additions and 478 deletions

View File

@@ -16,10 +16,10 @@ extension NotificationEventTypeExtension on NotificationEventType {
return AppColors.gray;
case NotificationEventType.ERROR:
return AppColors.red;
return AppColors.info_red;
case NotificationEventType.WARNING:
return AppColors.yellowL;
return AppColors.info_yellow;
}
}
}