Skip to content

Commit

Permalink
fix(color): better matching light color
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 14, 2020
1 parent 3b4a20c commit 02f4e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $success: $green !default;
$info: $blue !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-400 !default;
$light: $gray-500 !default;
$dark: $black !default;

// scss-docs-start theme-colors-map
Expand Down

0 comments on commit 02f4e25

Please sign in to comment.