Skip to content

Commit 866fb52

Browse files
committed
switch font-size to inherit
1 parent 919e3d5 commit 866fb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/typography/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$caption: mat-typography-level(12px, 12px, 400),
2626
$button: mat-typography-level(14px, 14px, 500),
2727
// Line-height must be unit-less fraction of the font-size.
28-
$input: mat-typography-level(16px, 1.125, 400)
28+
$input: mat-typography-level(inherit, 1.125, 400)
2929
) {
3030
@return (
3131
font-family: $font-family,

0 commit comments

Comments
 (0)