Skip to content

Commit

Permalink
fix: use correct color for active sidebar label in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DavieReid committed Jun 30, 2023
1 parent f0ae4a1 commit 332e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site-components/src/VerticalNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const createMenuItemStyles = colorMode => ({
color: active
? colorMode === 'light'
? 'var(--mosaic-color-light-navigable-selectableLink-selectedLabel)'
: 'var(--mosaic-color-light-navigable-selectableLink-selectedLabel)'
: 'var(--mosaic-color-dark-navigable-selectableLink-selectedLabel)'
: colorMode === 'light'
? 'var(--mosaic-color-light-navigable-selectableLink-unselectedLabel)'
: 'var(--mosaic-color-dark-navigable-selectableLink-unselectedLabel)'
Expand Down

1 comment on commit 332e7c2

@vercel
Copy link

@vercel vercel bot commented on 332e7c2 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mosaic – ./

mosaic-mosaic-dev-team.vercel.app
mosaic-git-main-mosaic-dev-team.vercel.app

Please sign in to comment.