decrease sidebar vertical size

This commit is contained in:
mbecker20
2024-05-20 21:40:14 -07:00
parent ec9e9638f5
commit aa96a37db4

View File

@@ -25,7 +25,7 @@ export const Sidebar = () => {
const [view, setView] = useAtom(homeViewAtom);
return (
<Card className="h-fit m-4 hidden lg:flex">
<CardContent className="h-fit grid gap-1 px-6 py-4">
<CardContent className="h-fit grid gap-[2px] px-6 py-3">
<SidebarLink
label="Dashboard"
to="/"