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 0f01fc0Copy full SHA for 0f01fc0
src/material/dialog/_dialog-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
@@ -17,6 +18,7 @@
17
18
}
19
20
@mixin mat-dialog-typography($config-or-theme) {
21
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
22
$config: mat-get-typography-config($config-or-theme);
23
.mat-dialog-title {
24
@include mat-typography-level-to-styles($config, title);
0 commit comments