forked from tykayn/funky-framadate-front
angular upgrade: fix material warn theme duplicate
- Comment theme import due to same color palette use
This commit is contained in:
parent
4f38c78a2b
commit
54329467c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user