diff --git a/src/@fuse/styles/themes.scss b/src/@fuse/styles/themes.scss index f6fdb9bb..83ddfa4a 100644 --- a/src/@fuse/styles/themes.scss +++ b/src/@fuse/styles/themes.scss @@ -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 */