Skip to content

Commit

Permalink
fix: update component colors (#197)
Browse files Browse the repository at this point in the history
* update blue grey and text area

* change label colors

* darken hover

* revert
  • Loading branch information
kryskirkland committed Mar 14, 2024
1 parent 087c5d5 commit fd148cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/navlist/NavList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const navCSS = css`
position: relative;
overflow: visible;
&.is-selected {
background-color: var(--ac-global-color-grey-700);
background-color: var(--ac-global-color-grey-200);
&::before {
position: absolute;
display: block;
Expand All @@ -40,7 +40,7 @@ const navCSS = css`
}
}
&:hover {
background-color: var(--ac-global-color-grey-500);
background-color: var(--ac-global-color-grey-300);
}
}
`;
Expand Down

0 comments on commit fd148cb

Please sign in to comment.