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 15c0473 commit 283d0a7Copy full SHA for 283d0a7
src/material-experimental/mdc-dialog/_dialog-theme.scss
@@ -9,6 +9,7 @@
9
}
10
11
@mixin mat-mdc-dialog-typography($config-or-theme) {
12
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
13
$config: mat-get-typography-config($config-or-theme);
14
@include mat-using-mdc-typography($config) {
15
@include mdc-dialog-core-styles($query: $mat-typography-styles-query);
0 commit comments