Update shade of grey for side nav background colour when selected

This commit is contained in:
Andrew Kingston 2022-05-24 15:43:52 +01:00
parent f4eb6f36bd
commit eaf3eea73d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
}
.icon-side-nav-item:hover,
.active {
background: var(--spectrum-global-color-gray-200);
background: var(--spectrum-global-color-gray-300);
}
.tooltip {
position: absolute;