(@fuse) Removed the unnecessary map wrap

This commit is contained in:
Sercan Yemen 2022-11-25 11:49:21 +03:00
parent 1968227e19
commit d4736e2c02

View File

@ -131,11 +131,11 @@ $dark-base: (
/* Define a light & dark Angular Material theme with the generated palettes */ /* Define a light & dark Angular Material theme with the generated palettes */
$light-theme: mat.define-light-theme(( $light-theme: mat.define-light-theme((
color: ($palettes) color: $palettes
)); ));
$dark-theme: mat.define-dark-theme(( $dark-theme: mat.define-dark-theme((
color: ($palettes) color: $palettes
)); ));
/* Merge the custom base colors with the generated themes */ /* Merge the custom base colors with the generated themes */