Skip to content

Commit

Permalink
css color transitions on left nav (#6768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Nov 27, 2024
1 parent 91fffd3 commit c7d57b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/shell/desktop/LeftNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ function NavItem({count, href, icon, iconFilled, label}: NavItemProps) {
a.rounded_sm,
a.gap_sm,
a.outline_inset_1,
a.transition_color,
]}
hoverStyle={t.atoms.bg_contrast_25}
// @ts-ignore the function signature differs on web -prf
Expand Down

0 comments on commit c7d57b6

Please sign in to comment.