feat: Update color definitions and improve PlaceholderBanner widget styling

This commit is contained in:
Achintha Isuru
2026-02-18 23:43:33 -05:00
parent 3bda0cc0c3
commit f0453f267b
3 changed files with 23 additions and 13 deletions

View File

@@ -21,8 +21,8 @@ class UiColors {
/// Foreground color on primary background (#F7FAFC)
static const Color primaryForeground = Color(0xFFF7FAFC);
/// Inverse primary color (#9FABF1)
static const Color primaryInverse = Color(0xFF9FABF1);
/// Inverse primary color (#0A39DF)
static const Color primaryInverse = Color.fromARGB(29, 10, 56, 223);
/// Secondary background color (#F1F3F5)
static const Color secondary = Color(0xFFF1F3F5);