Skip to content

Commit

Permalink
fix(select): Fix background-color that changed during first mixin PR (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Jan 24, 2018
1 parent e588392 commit fe6186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $mdc-select-menu-transition: transform 180ms $mdc-animation-standard-curve-timin
// postcss-bem-linter: define select
.mdc-select {
@include mdc-select-dd-arrow-svg-bg_;
@include mdc-select-container-fill-color(rgba(white, .1));
@include mdc-select-container-fill-color(rgba(black, .04));
@include mdc-select-ink-color(text-primary-on-light);
@include mdc-select-label-color(rgba(black, .6));
@include mdc-select-bottom-line-color(rgba(black, .5));
Expand Down

0 comments on commit fe6186a

Please sign in to comment.