tender detail changes

This commit is contained in:
amirrezaghabeli
2025-10-04 10:37:49 +03:30
parent fd8c969690
commit 56620d4c1b
6 changed files with 348 additions and 64 deletions
+3
View File
@@ -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);