Skip to content

Commit e737a75

Browse files
committed
fix: card size
1 parent 147d32d commit e737a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/components/ui/card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
66
return (
77
<div
88
className={cn(
9-
"flex flex-col gap-6 rounded border bg-card text-card-foreground shadow-sm",
9+
"flex flex-col gap-6 rounded border bg-card py-4 text-card-foreground shadow-sm",
1010
className
1111
)}
1212
data-slot="card"

0 commit comments

Comments
 (0)