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 f798d9fCopy full SHA for f798d9f
src/material/snack-bar/_snack-bar-theme.scss
@@ -1,3 +1,4 @@
1
+@import '../core/typography/typography';
2
@import '../core/typography/typography-utils';
3
@import '../core/theming/theming';
4
@import '../core/theming/palette';
@@ -23,6 +24,7 @@
23
24
}
25
26
@mixin mat-snack-bar-typography($config-or-theme) {
27
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
28
$config: mat-get-typography-config($config-or-theme);
29
.mat-simple-snackbar {
30
font: {
0 commit comments