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 fe35b18Copy full SHA for fe35b18
src/material/list/_list-theme.scss
@@ -1,5 +1,6 @@
1
@import '../core/theming/palette';
2
@import '../core/theming/theming';
3
+@import '../core/typography/typography';
4
@import '../core/typography/typography-utils';
5
@import '../core/style/list-common';
6
@@ -43,6 +44,7 @@
43
44
}
45
46
@mixin mat-list-typography($config-or-theme) {
47
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
48
$config: mat-get-typography-config($config-or-theme);
49
$font-family: mat-font-family($config);
50
0 commit comments