We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c91731 commit 24bd615Copy full SHA for 24bd615
src/material-experimental/mdc-list/_list-theme.scss
@@ -4,6 +4,7 @@
4
@use './list-option-theme';
5
@use '../mdc-helpers/mdc-helpers';
6
@use '../../material/core/typography/typography';
7
+@use '../../material/core/typography/typography-utils';
8
@use '../../material/core/theming/theming';
9
10
@@ -55,6 +56,10 @@
55
56
@include mdc-list.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
57
@include list-option-theme.private-list-option-typography-styles();
58
}
59
+
60
+ .mat-mdc-list-item .mdc-list-item__primary-text {
61
+ @include typography-utils.typography-level($config, body-1);
62
+ }
63
64
65
@mixin theme($theme-or-color-config) {
0 commit comments