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 adcbe54Copy full SHA for adcbe54
src/material-experimental/mdc-checkbox/_checkbox-theme.scss
@@ -83,6 +83,7 @@
83
}
84
85
@mixin mat-mdc-checkbox-typography($config-or-theme) {
86
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
87
$config: mat-get-typography-config($config-or-theme);
88
@include mat-using-mdc-typography($config) {
89
@include mdc-checkbox-without-ripple($query: $mat-typography-styles-query);
0 commit comments