Skip to content

Commit

Permalink
Add $red-600, $red-700, $red-800, $red-900 to ./style-guide.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 9, 2024
1 parent 7c13596 commit e76f34e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/feature/lookAndFeel/style-guide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ $navy-400: #2a2e30;
$navy-500: #181a1b;

$red-500: #e11d48;
$red-600: #be123c;
$red-700: #900e2e;
$red-800: #62091f;
$red-900: #330510;

0 comments on commit e76f34e

Please sign in to comment.