Skip to content

Commit

Permalink
style(variables): align $background-colors values
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 9, 2020
1 parent 9719495 commit 1e6fbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ $background-colors: map-merge(
$theme-colors,
(
"success": $supporting-green,
"info": $supporting-blue,
"info": $supporting-blue,
"warning": $supporting-yellow,
"danger": $purple
"danger": $purple
)
) !default;
// End mod
Expand Down

0 comments on commit 1e6fbdd

Please sign in to comment.