Skip to content

Commit

Permalink
fix(dropdowns): increase contrast of dropdown header
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Oct 12, 2020
1 parent c5be6a9 commit 2c94e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/bootstrap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ $dropdown-link-active-bg: $component-active-bg !default;
$dropdown-link-disabled-color: $gray500 !default;

//** Text color for headers within dropdown menus.
$dropdown-header-color: $gray600 !default;
$dropdown-header-color: $gray700 !default;

//** Deprecated `$dropdown-caret-color` as of v3.1.0
$dropdown-caret-color: #fff !default;
Expand Down

0 comments on commit 2c94e5e

Please sign in to comment.