added new design for CompletionOfDocumentsMobilePage and dialog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user