fix card border radius

This commit is contained in:
Lucas Oliveira 2025-10-01 14:35:16 -03:00
parent 3dd9cdf39c
commit 08ad220bbf

View file

@ -8,7 +8,7 @@ const Card = React.forwardRef<
<div
ref={ref}
className={cn(
"rounded-lg border border-border bg-card text-card-foreground shadow-sm",
"rounded-xl border border-border bg-card text-card-foreground shadow-sm",
className,
)}
{...props}