feat: perf plugin card

This commit is contained in:
Junyan Qin
2025-05-09 15:55:07 +08:00
parent 6632d365c5
commit 83d64528bb
6 changed files with 234 additions and 110 deletions

View File

@@ -10,7 +10,7 @@ const buttonVariants = cva(
variants: {
variant: {
default:
"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
"bg-[#2288ee] text-primary-foreground shadow-xs hover:bg-primary/90",
destructive:
"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
outline: