Skip to content

Commit

Permalink
fix: color token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hectordavis committed Nov 18, 2024
1 parent d21fc82 commit 0952809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/SideNav/_side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $hoverBgColor: #2c2c2c;
background-color: $gray-70;

.#{$prefix}--side-nav__link-text {
color: $ui-02;
color: $white-0;
}
}
}
Expand Down

0 comments on commit 0952809

Please sign in to comment.