Skip to content

Commit

Permalink
feat: added new color
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rossi committed Dec 19, 2023
1 parent f83af7b commit 482d03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/themes/colors/ds_colors.theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ abstract class DSColors {
static const Color extendGraysElevator = Color(0xFFA7A9AC);
static const Color extendGraysMoon = Color(0xFFD1D3D4);
static const Color extendBrownsWood = Color(0xFF845D37);
static const Color extendedYellowDark = Color(0xFFFBCF23);

static const Color actionColorNegative = Color(0xFFE60F0F);

Expand Down

0 comments on commit 482d03a

Please sign in to comment.