We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e3acb commit 3b4d9d6Copy full SHA for 3b4d9d6
apps/webapp/app/components/navigation/SideMenuSection.tsx
@@ -29,7 +29,7 @@ export function SideMenuSection({
29
return (
30
<div>
31
<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"
+ 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"
33
onClick={handleToggle}
34
>
35
<h2 className="text-xs">{title}</h2>
0 commit comments