Skip to content

Commit 283d0a7

Browse files
committed
fix(material-experimental/mdc-dialog): Allow typography mixin to consume 2018 style configs
See angular#21059 for context.
1 parent 15c0473 commit 283d0a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-dialog/_dialog-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010

1111
@mixin mat-mdc-dialog-typography($config-or-theme) {
12+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
1213
$config: mat-get-typography-config($config-or-theme);
1314
@include mat-using-mdc-typography($config) {
1415
@include mdc-dialog-core-styles($query: $mat-typography-styles-query);

0 commit comments

Comments
 (0)