mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(@fuse) Removed the unnecessary map wrap
This commit is contained in:
parent
1968227e19
commit
d4736e2c02
|
@ -131,11 +131,11 @@ $dark-base: (
|
|||
|
||||
/* Define a light & dark Angular Material theme with the generated palettes */
|
||||
$light-theme: mat.define-light-theme((
|
||||
color: ($palettes)
|
||||
color: $palettes
|
||||
));
|
||||
|
||||
$dark-theme: mat.define-dark-theme((
|
||||
color: ($palettes)
|
||||
color: $palettes
|
||||
));
|
||||
|
||||
/* Merge the custom base colors with the generated themes */
|
||||
|
|
Loading…
Reference in New Issue
Block a user