Skip to content

Commit

Permalink
switch font-size to inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed May 31, 2017
1 parent ac89bc9 commit f5f79dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/typography/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$caption: mat-typography-level(12px, 12px, 400),
$button: mat-typography-level(14px, 14px, 500),
// Line-height must be unit-less fraction of the font-size.
$input: mat-typography-level(16px, 1.125, 400)
$input: mat-typography-level(inherit, 1.125, 400)
) {
@return (
font-family: $font-family,
Expand Down

0 comments on commit f5f79dd

Please sign in to comment.