Skip to content

Commit 3b4d9d6

Browse files
committed
Transition the hover state on the side menu section
1 parent e6e3acb commit 3b4d9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/navigation/SideMenuSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function SideMenuSection({
2929
return (
3030
<div>
3131
<div
32-
className="flex cursor-pointer items-center gap-1 rounded-sm py-1 pl-1 text-text-dimmed hover:bg-charcoal-750 hover:text-text-bright"
32+
className="flex cursor-pointer items-center gap-1 rounded-sm py-1 pl-1 text-text-dimmed transition hover:bg-charcoal-750 hover:text-text-bright"
3333
onClick={handleToggle}
3434
>
3535
<h2 className="text-xs">{title}</h2>

0 commit comments

Comments
 (0)