Fix icon side nav colours in light theme

This commit is contained in:
Andrew Kingston 2022-07-01 11:26:11 +01:00
parent 2d60f74d91
commit 4485c4dd78
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
} }
.icon-side-nav-item:hover :global(svg), .icon-side-nav-item:hover :global(svg),
.active :global(svg) { .active :global(svg) {
color: white; color: var(--spectrum-global-color-gray-900);
} }
.active { .active {
background: var(--spectrum-global-color-gray-300); background: var(--spectrum-global-color-gray-300);