Skip to content

Commit

Permalink
fix(menu-item): apply correct active colors to match style guide and …
Browse files Browse the repository at this point in the history
…to be wcag compliant (#211)
  • Loading branch information
daenub authored Jul 16, 2024
1 parent e8c05b6 commit 1f8e957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/menu/menu-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
:host {
--background: var(--leu-color-black-0);
--background-hover: var(--leu-color-black-10);
--background-active: var(--leu-color-accent-blue);
--background-active: var(--leu-color-func-cyan);
--background-disabled: var(--leu-color-black-black-0);
--color: var(--leu-color-black-transp-60);
--color-active: var(--leu-color-black-0);
--color-active: var(--leu-color-black-100);
--color-disabled: var(--leu-color-black-transp-20);
--font-regular: var(--leu-font-family-regular);
--font-black: var(--leu-font-family-black);
Expand Down

0 comments on commit 1f8e957

Please sign in to comment.