fix card border radius
This commit is contained in:
parent
3dd9cdf39c
commit
08ad220bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const Card = React.forwardRef<
|
||||||
<div
|
<div
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
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,
|
className,
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue