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 1456715Copy full SHA for 1456715
src/material/select/_select-theme.scss
@@ -2,6 +2,7 @@
2
@import '../core/theming/theming';
3
@import '../core/style/private';
4
@import '../core/style/form-common';
5
+@import '../core/typography/typography';
6
@import '../core/typography/typography-utils';
7
8
@@ -64,6 +65,7 @@
64
65
}
66
67
@mixin mat-select-typography($config-or-theme) {
68
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
69
$config: mat-get-typography-config($config-or-theme);
70
// The unit-less line-height from the font config.
71
$line-height: mat-line-height($config, input);
0 commit comments