We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47bc82 commit 605d908Copy full SHA for 605d908
src/material-experimental/mdc-list/_list-theme.scss
@@ -57,6 +57,10 @@
57
@include list-option-theme.private-list-option-typography-styles();
58
}
59
60
+ // According to the public spec this should be subtitle-1.
61
+ // However, body-1 and subtitle-1 are nearly identical in the public spec,
62
+ // and the Google-specific spec states that it should be body-1.
63
+ // For consistency, we use body-1 for both public and Google internal.
64
.mat-mdc-list-item .mdc-list-item__primary-text {
65
@include typography-utils.typography-level($config, body-1);
66
0 commit comments