style(ui): align shadcn primitives with proto2 look

This commit is contained in:
zetaloop
2026-02-25 02:48:58 +08:00
parent c1f00f0dbc
commit dc451b0218
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
<div
data-slot="card"
className={cn(
"bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",
"bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-[var(--shadow-card)] hover:shadow-[var(--shadow-card-hover)] transition-shadow duration-200 ease-in-out",
className,
)}
{...props}