Skip to content

Commit

Permalink
Merge pull request #4183 from maya/update-success-dark
Browse files Browse the repository at this point in the history
Update `success-dark` to vivid variant
  • Loading branch information
thisisdano committed May 24, 2021
2 parents 1a92a6a + 6186fcc commit 1a47b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/stylesheets/settings/_settings-color.scss
Expand Up @@ -105,8 +105,8 @@ $theme-color-success-family: "green-cool" !default;
$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-50" !default;
$theme-color-success-darker: "green-cool-60" !default;
$theme-color-success-dark: "green-cool-50v" !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 1a47b2c

Please sign in to comment.