Skip to content

Commit 0e3bd88

Browse files
authored
fix(material/theming): correctly configure input typography level (#23217)
#23216
1 parent 83d82b9 commit 0e3bd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/typography/_typography-deprecated.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
) {
3636
@return typography.define-typography-config($font-family, $display-4, $display-3, $display-2,
3737
$display-1, $headline, $title, $subheading-2, $subheading-1, $body-2,
38-
$body-1, $caption, $button);
38+
$body-1, $caption, $button, $input);
3939
}

0 commit comments

Comments
 (0)