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 89d5790 commit 1c2e601Copy full SHA for 1c2e601
src/material/input/_input-theme.scss
@@ -1,6 +1,7 @@
1
@import '../core/theming/palette';
2
@import '../core/theming/theming';
3
@import '../core/style/form-common';
4
+@import '../core/typography/typography';
5
@import '../core/typography/typography-utils';
6
@import '../core/style/vendor-prefixes';
7
@@ -59,6 +60,7 @@
59
60
}
61
62
@mixin mat-input-typography($config-or-theme) {
63
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
64
$config: mat-get-typography-config($config-or-theme);
65
// The unit-less line-height from the font config.
66
$line-height: mat-line-height($config, input);
0 commit comments