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 147d32d commit e737a75Copy full SHA for e737a75
apps/dashboard/components/ui/card.tsx
@@ -6,7 +6,7 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
6
return (
7
<div
8
className={cn(
9
- "flex flex-col gap-6 rounded border bg-card text-card-foreground shadow-sm",
+ "flex flex-col gap-6 rounded border bg-card py-4 text-card-foreground shadow-sm",
10
className
11
)}
12
data-slot="card"
0 commit comments