fix border radius on card

This commit is contained in:
Brent O'Neill 2025-10-01 09:45:50 -06:00
parent 9f28514f3f
commit 538f84cc26

View file

@ -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}