From 3895b9a7fc6b013f355157bb2d39cee248c3eaef Mon Sep 17 00:00:00 2001 From: Artem Luzin m Date: Tue, 17 Jun 2025 20:09:34 +0700 Subject: [PATCH] fix --- lib/app/theme/app_colors_scheme.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/app/theme/app_colors_scheme.dart b/lib/app/theme/app_colors_scheme.dart index 733177f..177346a 100644 --- a/lib/app/theme/app_colors_scheme.dart +++ b/lib/app/theme/app_colors_scheme.dart @@ -42,10 +42,10 @@ class AppColors extends ThemeExtension with DiagnosticableTreeMixin { /// Цвета тёмной темы static final AppColors dark = AppColors( - testColor: Colors.red, - errorSnackbarBackground: const Color(0xFFD24720), - successSnackbarBackground: const Color(0xFF6FB62C), - infoSnackbarBackground: const Color.fromARGB(255, 220, 108, 77), + testColor: Colors.green, + errorSnackbarBackground: const Color(0xFF638B8B), + successSnackbarBackground: const Color(0xFF93C499), + infoSnackbarBackground: const Color.fromARGB(255, 35, 147, 178), ); @override