style(theme): cool-gray palette with refined shadows and smaller radii

This commit is contained in:
zetaloop
2026-02-25 12:37:04 +08:00
parent c56e4486a0
commit 5a17cab60c
4 changed files with 58 additions and 58 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-[var(--shadow-card)] hover:shadow-[var(--shadow-card-hover)] transition-shadow duration-200 ease-in-out",
"bg-card text-card-foreground flex flex-col gap-6 rounded-lg border py-6 shadow-[var(--shadow-card)] hover:shadow-[var(--shadow-card-hover)] transition-shadow duration-200 ease-in-out",
className,
)}
{...props}