Skip to content

Commit

Permalink
fix(token): update token name for container colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Oct 1, 2024
1 parent 5cb5953 commit 54a6aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color-menuoption.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@import './../node_modules/@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';

:host {
background-color: var(--ds-auro-menuoption-background-color);
background-color: var(--ds-auro-menuoption-container-color);
color: var(--ds-auro-menuoption-text-color);

svg {
Expand Down

0 comments on commit 54a6aaf

Please sign in to comment.