We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074645e commit 0527a1eCopy full SHA for 0527a1e
1 file changed
mobile-app/lib/ui/theme/fcc_theme.dart
@@ -48,6 +48,7 @@ class FccColors {
48
static const red70 = Color(0xFFA94442);
49
static const red80 = Color(0xFFF82153);
50
static const red90 = Color(0xFF850000);
51
+ static const red100 = Color(0xFF5A3535);
52
53
static const orange30 = Color(0xFFEDA971);
54
}
0 commit comments