Skip to content

Commit

Permalink
custom theme missing sidenav color
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 authored and VitoAlbano committed Oct 4, 2024
1 parent 9689bf4 commit 974fac6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand All @@ -31,7 +32,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;
Expand Down

0 comments on commit 974fac6

Please sign in to comment.