tender detail changes
This commit is contained in:
@@ -145,6 +145,9 @@ class AppColors {
|
||||
static Color get blue0 =>
|
||||
_isDarkMode ? const Color(0xFF4C6367) : const Color(0xFFD6F4F8);
|
||||
|
||||
static Color get blue10 =>
|
||||
_isDarkMode ? const Color(0xFF45C4D2) : const Color(0xFF24A6B4);
|
||||
|
||||
static Color get error =>
|
||||
_isDarkMode ? const Color(0xFFFF3232) : const Color(0xFFC02525);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user