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 78de3a5Copy full SHA for 78de3a5
src/material/chips/_chips-theme.scss
@@ -1,6 +1,7 @@
1
@import '../core/style/private';
2
@import '../core/theming/palette';
3
@import '../core/theming/theming';
4
+@import '../core/typography/typography';
5
@import '../core/typography/typography-utils';
6
7
$mat-chip-remove-font-size: 18px;
@@ -87,6 +88,7 @@ $mat-chip-remove-font-size: 18px;
87
88
}
89
90
@mixin mat-chips-typography($config-or-theme) {
91
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
92
$config: mat-get-typography-config($config-or-theme);
93
.mat-chip {
94
font-size: mat-font-size($config, body-2);
0 commit comments