mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
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';
|
@import 'theme-contrast.scss';
|
||||||
|
|
||||||
.theme-light {
|
.theme-light {
|
||||||
@include mat.all-component-themes($theme-light);
|
@include mat.all-component-colors($theme-light);
|
||||||
}
|
|
||||||
.theme-dark {
|
|
||||||
@include mat.all-component-themes($theme-dark);
|
|
||||||
}
|
|
||||||
.theme-contrast {
|
|
||||||
@include mat.all-component-themes($theme-contrast);
|
|
||||||
}
|
}
|
||||||
|
// .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
|
You can add global.scss styles to this file, and also import other style files
|
||||||
|
Loading…
Reference in New Issue
Block a user