Skip to content

Commit adcbe54

Browse files
committed
fix(material-experimental/mdc-checkbox): Allow typography mixin to consume 2018 style configs
See angular#21059 for context.
1 parent 89d5790 commit adcbe54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-checkbox/_checkbox-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
}
8484

8585
@mixin mat-mdc-checkbox-typography($config-or-theme) {
86+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
8687
$config: mat-get-typography-config($config-or-theme);
8788
@include mat-using-mdc-typography($config) {
8889
@include mdc-checkbox-without-ripple($query: $mat-typography-styles-query);

0 commit comments

Comments
 (0)