diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index acbd5076a..0af80854c 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -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 |