Skip to content

Commit

Permalink
fix(textfield): Fix "colr" typo of "color" property. (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDavidson authored and traviskaufman committed Feb 21, 2017
1 parent bd64e90 commit 6157b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-textfield/mdc-textfield.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ $mdc-textfield-disabled-border-on-dark: rgba(white, .3);
@include mdc-theme-dark(".mdc-textfield", true) {
// stylelint-disable plugin/selector-bem-pattern
+ .mdc-textfield-helptext {
@include mdc-theme-prop(colr, text-disabled-on-dark);
@include mdc-theme-prop(color, text-disabled-on-dark);
}
// stylelint-enable plugin/selector-bem-pattern
}
Expand Down

0 comments on commit 6157b98

Please sign in to comment.