fix: Correct primaryInverse color value and improve code formatting in WorkerHomePage
This commit is contained in:
@@ -22,7 +22,7 @@ class UiColors {
|
||||
static const Color primaryForeground = Color(0xFFF7FAFC);
|
||||
|
||||
/// Inverse primary color (#0A39DF)
|
||||
static const Color primaryInverse = Color.fromARGB(29, 10, 56, 223);
|
||||
static const Color primaryInverse = Color.fromARGB(23, 10, 56, 223);
|
||||
|
||||
/// Secondary background color (#F1F3F5)
|
||||
static const Color secondary = Color(0xFFF1F3F5);
|
||||
|
||||
Reference in New Issue
Block a user