Skip to content

Commit

Permalink
Update warning colors to match Nebula
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 3, 2021
1 parent a5908f0 commit f9dba8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/scss/includes/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ $color-error-focus: #FFBDC5 ;

// Warning
$color-warning: #FFA436;
$color-warning-active: #FFA436;
$color-warning-hover: #FFA436;
$color-warning-focus: #FFA436;
$color-warning-active: #C45A27;
$color-warning-hover: #E27F2E;
$color-warning-focus: #FFD5B2;


// Secondary Colors
Expand Down

0 comments on commit f9dba8e

Please sign in to comment.