Skip to content

Commit cd56c87

Browse files
remove gap-6
1 parent 1dcbe91 commit cd56c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/card.tsx

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

0 commit comments

Comments
 (0)