fix: Correct primaryInverse color value and improve code formatting in WorkerHomePage

This commit is contained in:
Achintha Isuru
2026-02-19 00:39:24 -05:00
parent f0453f267b
commit 963fc05f9f
2 changed files with 12 additions and 8 deletions

View File

@@ -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);