about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-11-27 14:34:07 +0000
committerGitHub <noreply@github.com>2024-11-27 14:34:07 +0000
commitc7d57b63744db040e6790625de7029afdd7387eb (patch)
treecf2671405d9a4e276ea8ecc6a5c45f7f0b377035 /src/view/shell/desktop/LeftNav.tsx
parent91fffd3cd28175c0bd6505786e83278052a85a93 (diff)
downloadvoidsky-c7d57b63744db040e6790625de7029afdd7387eb.tar.zst
css color transitions on left nav (#6768)
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx1
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