Skip to content

Commit

Permalink
Add new success color to theme file and update success-darker to vivid
Browse files Browse the repository at this point in the history
  • Loading branch information
maya committed May 14, 2021
1 parent f21ed18 commit 6186fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-color.scss
Expand Up @@ -106,7 +106,7 @@ $theme-color-success-lighter: "green-cool-5" !default;
$theme-color-success-light: "green-cool-20v" !default;
$theme-color-success: "green-cool-40v" !default;
$theme-color-success-dark: "green-cool-50v" !default;
$theme-color-success-darker: "green-cool-60" !default;
$theme-color-success-darker: "green-cool-60v" !default;

// Info colors
$theme-color-info-family: "cyan" !default;
Expand Down
4 changes: 2 additions & 2 deletions src/stylesheets/theme/_uswds-theme-color.scss
Expand Up @@ -103,8 +103,8 @@ $theme-color-success-family: "green-cool";
$theme-color-success-lighter: "green-cool-5";
$theme-color-success-light: "green-cool-20v";
$theme-color-success: "green-cool-40v";
$theme-color-success-dark: "green-cool-50";
$theme-color-success-darker: "green-cool-60";
$theme-color-success-dark: "green-cool-50v";
$theme-color-success-darker: "green-cool-60v";

// Info colors
$theme-color-info-family: "cyan";
Expand Down

0 comments on commit 6186fcc

Please sign in to comment.