Skip to content

Commit

Permalink
fix(text-field): Update helper text to use correct typography (#2618)
Browse files Browse the repository at this point in the history
Update helper-text to use caption type.
  • Loading branch information
williamernest committed Apr 20, 2018
1 parent 9e64c32 commit 2703580
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@

@import "../functions";
@import "@material/theme/mixins";
@import "@material/typography/mixins";

// postcss-bem-linter: define text-field-helper-text

.mdc-text-field-helper-text {
@include mdc-typography(caption);

margin: 0;
transition: mdc-text-field-transition(opacity);
opacity: 0;
Expand Down

0 comments on commit 2703580

Please sign in to comment.