added new design for CompletionOfDocumentsMobilePage and dialog

This commit is contained in:
llsajjad
2025-09-15 16:25:01 +03:30
parent 1a40d67f2e
commit 27f4fb74c9
11 changed files with 615 additions and 26 deletions
+9
View File
@@ -113,6 +113,9 @@ class AppColors {
? const Color.fromRGBO(131, 120, 105, 0.2)
: const Color(0xFFFFF2DE);
static Color get orange0 =>
_isDarkMode ? const Color(0xFF8379694D) : const Color(0xFFFEFBF8);
static Color get white =>
_isDarkMode ? const Color(0xFFFFFFFF) : const Color(0xFFFFFFFF);
@@ -140,6 +143,12 @@ class AppColors {
static Color get error =>
_isDarkMode ? const Color(0xFFFF3232) : const Color(0xFFC02525);
static Color get purple =>
_isDarkMode ? const Color(0xFF270059) : const Color(0xFF270059);
static Color get purpleLight =>
_isDarkMode ? const Color(0xFFEAE6EF) : const Color(0xFFEAE6EF);
static Color get red0 =>
_isDarkMode
? const Color(0xFF312F2F)