fixed colors for darkTheme
This commit is contained in:
@@ -121,6 +121,7 @@ class AppColors {
|
||||
// Red variations (status colors)
|
||||
static const Color red0 = Color(0xFFF8D6D6);
|
||||
static const Color red10 = Color(0xFFC02525);
|
||||
static const Color red = Color(0xFFFF3B30);
|
||||
|
||||
// Other colors
|
||||
static const Color paleOrange = Color(0xFFfff7ee);
|
||||
|
||||
Reference in New Issue
Block a user