some fixes
This commit is contained in:
@@ -91,6 +91,9 @@ class AppColors {
|
||||
static Color get textBlue =>
|
||||
_isDarkMode ? const Color(0xFF3A87FF) : const Color(0xFF0164FF);
|
||||
|
||||
static Color get iconColor =>
|
||||
_isDarkMode ? const Color(0xFF999999) : const Color(0xFF888888);
|
||||
|
||||
static Color get primary10 =>
|
||||
_isDarkMode
|
||||
? const Color.fromRGBO(104, 151, 151, 0.2)
|
||||
|
||||
Reference in New Issue
Block a user