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 b557726Copy full SHA for b557726
src/material-experimental/mdc-chips/_chips-theme.scss
@@ -56,6 +56,7 @@
56
}
57
58
@mixin mat-mdc-chips-typography($config-or-theme) {
59
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
60
$config: mat-get-typography-config($config-or-theme);
61
@include mdc-chip-set-core-styles($query: $mat-typography-styles-query);
62
@include mat-using-mdc-typography($config) {
0 commit comments