From 54329467c4ce6adb3cea942e7855cd2860e58d76 Mon Sep 17 00:00:00 2001 From: bmartins Date: Fri, 17 Mar 2023 23:55:39 +0100 Subject: [PATCH] angular upgrade: fix material warn theme duplicate - Comment theme import due to same color palette use --- src/styles.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 6a3538c2..c4ea34dd 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -15,14 +15,14 @@ @import 'theme-contrast.scss'; .theme-light { - @include mat.all-component-themes($theme-light); -} -.theme-dark { - @include mat.all-component-themes($theme-dark); -} -.theme-contrast { - @include mat.all-component-themes($theme-contrast); + @include mat.all-component-colors($theme-light); } +// .theme-dark { +// @include mat.all-component-colors($theme-dark); +// } +// .theme-contrast { +// @include mat.all-component-colors($theme-contrast); +// } /* You can add global.scss styles to this file, and also import other style files