angular upgrade: fix material warn theme duplicate

- Comment theme import due to same color palette use
This commit is contained in:
bmartins 2023-03-17 23:55:39 +01:00
parent 4f38c78a2b
commit 54329467c4
1 changed files with 7 additions and 7 deletions

View File

@ -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