Fix for icon colors

This commit is contained in:
piotrpekala7 2021-02-17 18:46:16 +01:00
parent 91844ee770
commit 6c4cdb06b2
3 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1,4 @@
<router-outlet></router-outlet>
<app-notification-box></app-notification-box>
<div class="dark">
<router-outlet class="dark"></router-outlet>
<app-notification-box></app-notification-box>
</div>

View File

@ -1,3 +1,7 @@
mat-menu-panel {
min-height: 0px;
}
.dark {
background: #263238!important;
}

View File

@ -36,6 +36,7 @@ $dark-theme: map-merge(
);
.dark-theme {
@include angular-material-theme($dark-theme);
@include mat-core-theme($dark-theme);
@include mat-autocomplete-theme($dark-theme);
@include mat-button-theme($dark-theme);
@ -66,6 +67,7 @@ $dark-theme: map-merge(
@include mat-toolbar-theme($dark-background);
@include mat-tooltip-theme($dark-theme);
@include mat-snack-bar-theme($dark-theme);
color: white!important;
}
// Light theme