custom theme missing sidenav color

This commit is contained in:
Wojciech Duda 2024-10-01 11:03:28 +02:00 committed by VitoAlbano
parent d127c4f8fe
commit 9564e3ceb2

View File

@ -10,6 +10,7 @@ adf-layout-container {
overflow: hidden;
border-right: 1px solid var(--adf-theme-foreground-text-color-007);
background-color: var(--theme-background-color);
color: var(--adf-theme-foreground-text-color);
}
}
@ -32,7 +33,7 @@ adf-layout-container {
overflow: hidden;
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-class-pattern, declaration-no-important */
#{$mat-sidenav-content},
#{$mat-drawer-transition} #{$mat-drawer-content} {
margin-left: 0 !important;