Skip to content

Commit

Permalink
fix(material/theming): correctly configure input typography level (#2…
Browse files Browse the repository at this point in the history
…3217)

#23216

(cherry picked from commit 0e3bd88)
  • Loading branch information
lagatchell authored and mmalerba committed Jul 28, 2021
1 parent b8b8919 commit b055ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/core/typography/_typography-deprecated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
) {
@return typography.define-typography-config($font-family, $display-4, $display-3, $display-2,
$display-1, $headline, $title, $subheading-2, $subheading-1, $body-2,
$body-1, $caption, $button);
$body-1, $caption, $button, $input);
}

0 comments on commit b055ac7

Please sign in to comment.