Skip to content

Commit 2346c42

Browse files
committed
small padding adjustment
1 parent 4f78d9c commit 2346c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 transition hover:bg-charcoal-750 hover:text-text-bright"
32+
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"
3333
onClick={handleToggle}
3434
>
3535
<h2 className="text-xs">{title}</h2>

0 commit comments

Comments
 (0)