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 4f78d9c commit 2346c42Copy full SHA for 2346c42
1 file changed
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 transition hover:bg-charcoal-750 hover:text-text-bright"
+ className="flex cursor-pointer items-center gap-1 rounded-sm py-1 pl-1.5 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