Skip to content

Commit

Permalink
feat(colors): bump dark to gray-900 (#30550)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
ffoodd and XhmikosR authored Sep 29, 2020
1 parent 905b1b1 commit 7e195a8
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 @@ -67,7 +67,7 @@ $info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-800 !default;
$dark: $gray-900 !default;

// scss-docs-start theme-colors-map
$theme-colors: (
Expand Down

0 comments on commit 7e195a8

Please sign in to comment.