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 b3e4d57 commit 6c724c7Copy full SHA for 6c724c7
src/material/snack-bar/_snack-bar-theme.scss
@@ -16,7 +16,7 @@
16
@mixin color($config-or-theme) {
17
$config: theming.get-color-config($config-or-theme);
18
19
- .mat-mdc-snack-bar-container {
+ @include sass-utils.current-selector-or-root() {
20
@include mdc-snackbar-theme.theme(tokens-mdc-snack-bar.get-color-tokens($config));
21
@include token-utils.create-token-values(
22
tokens-mat-snack-bar.$prefix,
@@ -29,7 +29,7 @@
29
$config: typography.private-typography-to-2018-config(
30
theming.get-typography-config($config-or-theme));
31
32
33
@include mdc-snackbar-theme.theme(tokens-mdc-snack-bar.get-typography-tokens($config));
34
}
35
0 commit comments