We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 189a316 + fc8582c commit 9b15ab0Copy full SHA for 9b15ab0
1 file changed
src/components/ui/button.tsx
@@ -13,7 +13,7 @@ const buttonVariants = cva(
13
default:
14
"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
15
destructive:
16
- "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",
+ "bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40",
17
outline:
18
"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",
19
secondary:
0 commit comments