Skip to content

Commit

Permalink
fix(button): Sets text on raised buttons on dark theme to text-primar…
Browse files Browse the repository at this point in the history
…y-on-primary (#853)

Resolves #819, Raised buttons on dark theme should default to the
primary color, which means their text should be text-primary-on-primary
  • Loading branch information
lynnmercier committed Jun 27, 2017
1 parent 7b24d01 commit 7f3e668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-button/mdc-button.scss
Expand Up @@ -115,6 +115,7 @@

@include mdc-theme-dark(".mdc-button") {
@include mdc-theme-prop(background-color, primary);
@include mdc-theme-prop(color, text-primary-on-primary);

// postcss-bem-linter: ignore
&::before {
Expand Down

0 comments on commit 7f3e668

Please sign in to comment.