perf: plugin card styles

This commit is contained in:
Junyan Qin
2025-05-09 16:06:04 +08:00
parent 83d64528bb
commit dafbed91e7
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ const buttonVariants = cva(
variants: {
variant: {
default:
"bg-[#2288ee] text-primary-foreground shadow-xs hover:bg-primary/90",
"bg-[#2288ee] text-primary-foreground shadow-xs hover:bg-[#2277e0]",
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: