File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,17 @@ $candy-app-theme: mat.define-light-theme((
45
45
$dark-primary : mat .define-palette (mat .$blue-grey-palette );
46
46
$dark-accent : mat .define-palette (mat .$amber-palette , A200 , A100 , A400 );
47
47
$dark-warn : mat .define-palette (mat .$deep-orange-palette );
48
- $dark-colors : mat .define-dark-theme ($dark-primary , $dark-accent , $dark-warn );
48
+ $dark-colors : mat .define-dark-theme (
49
+ (
50
+ color : (
51
+ primary: $dark-primary ,
52
+ accent: $dark-accent ,
53
+ warn: $dark-warn
54
+ ),
55
+ density: 0 ,
56
+ typography: mat .define-typography-config (),
57
+ )
58
+ );
49
59
50
60
// Include the dark theme color styles.
51
61
@include mat .all-component-colors ($dark-colors );
@@ -55,7 +65,7 @@ $candy-app-theme: mat.define-light-theme((
55
65
56
66
// Include the dark theme colors for focus indicators.
57
67
& .demo-strong-focus {
58
- @include mat .strong-focus-indicators-theme ($dark-colors );
68
+ @include mat .strong-focus-indicators-color ($dark-colors );
59
69
}
60
70
}
61
71
You can’t perform that action at this time.
0 commit comments