css color transitions on left nav (#6768)

This commit is contained in:
Samuel Newman
2024-11-27 14:34:07 +00:00
committed by GitHub
parent 91fffd3cd2
commit c7d57b6374
+1
View File
@@ -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