Skip to content

Commit

Permalink
fix(shim): match light ng-clarity vertical nav background colors
Browse files Browse the repository at this point in the history
closes #195
  • Loading branch information
kevinbuhmann committed Dec 5, 2022
1 parent 6722cc5 commit 5b1a6e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/core/src/styles/shim.clr-ui.scss
Expand Up @@ -908,3 +908,9 @@
--clr-btn-icon-disabled-color: var(--cds-global-typography-color-100);
}
}

[cds-theme~='light'] {
--clr-vertical-nav-bg-color: var(--cds-global-color-gray-200);
--clr-vertical-nav-active-bg-color: var(--cds-global-color-gray-0);
--clr-vertical-nav-hover-bg-color: var(--cds-global-color-gray-400);
}

0 comments on commit 5b1a6e0

Please sign in to comment.