Skip to content

Commit

Permalink
Fix drawer active state colors
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK authored and Garbee committed Jul 7, 2016
1 parent e6e8dfc commit 092ef93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ $layout-drawer-bg-color: unquote("rgb(#{$palette-grey-50})") !default;
$layout-drawer-border-color: unquote("rgb(#{$palette-grey-300})") !default;
$layout-text-color: unquote("rgb(#{$palette-grey-800})") !default;
$layout-drawer-navigation-color: #757575 !default;
$layout-drawer-navigation-link-active-background: unquote("rgb(#{$color-light-contrast})") !default;
$layout-drawer-navigation-link-active-color: unquote("rgb(#{$palette-grey-300})") !default;
$layout-drawer-navigation-link-active-background: unquote("rgb(#{$palette-grey-300})") !default;
$layout-drawer-navigation-link-active-color: unquote("rgb(#{$color-light-contrast})") !default;

// Header
$layout-header-bg-color: unquote("rgb(#{$color-primary})") !default;
Expand Down Expand Up @@ -589,4 +589,4 @@ $tooltip-font-size-large: 14px !default;
$chip-bg-color: rgb(222, 222, 222) !default;
$chip-bg-active-color: rgb(214, 214, 214) !default;
$chip-height: 32px !default;
$chip-font-size: 13px !default;
$chip-font-size: 13px !default;

0 comments on commit 092ef93

Please sign in to comment.