some fixes

This commit is contained in:
amirrezaghabeli
2025-08-09 10:40:33 +03:30
parent 7e2a82421a
commit 99b6bbb13f
15 changed files with 84 additions and 41 deletions
+3
View File
@@ -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)