fix border radius on card
This commit is contained in:
parent
9f28514f3f
commit
538f84cc26
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-2xl 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