We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919e3d5 commit 866fb52Copy full SHA for 866fb52
src/lib/core/typography/_typography.scss
@@ -25,7 +25,7 @@
25
$caption: mat-typography-level(12px, 12px, 400),
26
$button: mat-typography-level(14px, 14px, 500),
27
// Line-height must be unit-less fraction of the font-size.
28
- $input: mat-typography-level(16px, 1.125, 400)
+ $input: mat-typography-level(inherit, 1.125, 400)
29
) {
30
@return (
31
font-family: $font-family,
0 commit comments