mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 17:40:45 +00:00
fix
This commit is contained in:
@@ -42,10 +42,10 @@ class AppColors extends ThemeExtension<AppColors> with DiagnosticableTreeMixin {
|
|||||||
|
|
||||||
/// Цвета тёмной темы
|
/// Цвета тёмной темы
|
||||||
static final AppColors dark = AppColors(
|
static final AppColors dark = AppColors(
|
||||||
testColor: Colors.red,
|
testColor: Colors.green,
|
||||||
errorSnackbarBackground: const Color(0xFFD24720),
|
errorSnackbarBackground: const Color(0xFF638B8B),
|
||||||
successSnackbarBackground: const Color(0xFF6FB62C),
|
successSnackbarBackground: const Color(0xFF93C499),
|
||||||
infoSnackbarBackground: const Color.fromARGB(255, 220, 108, 77),
|
infoSnackbarBackground: const Color.fromARGB(255, 35, 147, 178),
|
||||||
);
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user