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 73414a9 commit 3223f13Copy full SHA for 3223f13
src/material-experimental/mdc-slider/_slider-theme.scss
@@ -15,7 +15,7 @@
15
16
.mat-mdc-slider {
17
&.mat-primary, &.mat-accent, &.mat-warn {
18
- $is-dark: map-get($config, is-dark);
+ $is-dark: map.get($config, is-dark);
19
$indicator-color: if($is-dark, white, black);
20
$indicator-text-color: if($is-dark, black, white);
21
$indicator-opacity: if($is-dark, 0.9, 0.6);
src/material/core/theming/_theming.scss
@@ -395,7 +395,7 @@ $_emitted-density: () !default;
395
//
396
// @mixin my-custom-component-theme($theme) {
397
// .my-comp {
398
-// background-color: mat-color(map-get($theme, primary));
+// background-color: mat.get-color-from-palette(map.get($theme, primary));
399
// }
400
401
0 commit comments