1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

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

View file

@ -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);