Fix icon side nav colours in light theme
This commit is contained in:
parent
2d60f74d91
commit
4485c4dd78
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
.icon-side-nav-item:hover :global(svg),
|
||||
.active :global(svg) {
|
||||
color: white;
|
||||
color: var(--spectrum-global-color-gray-900);
|
||||
}
|
||||
.active {
|
||||
background: var(--spectrum-global-color-gray-300);
|
||||
|
|
Loading…
Reference in New Issue