Skip to content

Commit 0527a1e

Browse files
authored
feat(colors): add red100 color constant to FccColors (#1613)
1 parent 074645e commit 0527a1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mobile-app/lib/ui/theme/fcc_theme.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class FccColors {
4848
static const red70 = Color(0xFFA94442);
4949
static const red80 = Color(0xFFF82153);
5050
static const red90 = Color(0xFF850000);
51+
static const red100 = Color(0xFF5A3535);
5152

5253
static const orange30 = Color(0xFFEDA971);
5354
}

0 commit comments

Comments
 (0)