feat(ui): restyle Card — borders over shadows

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-16 17:33:48 -05:00
parent b347d4bb89
commit 038a988c55

View File

@@ -6,7 +6,7 @@ const Card = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElemen
<div
ref={ref}
className={cn(
'rounded-lg border border-border bg-card text-card-foreground shadow-sm',
'rounded-lg border border-border bg-surface text-text-primary',
className,
)}
{...props}