Skip to content

Commit 9b15ab0

Browse files
authored
Merge pull request abue-ammar#7 from abue-ammar/ui-migration
fix: remove redundant dark background color from destructive button v…
2 parents 189a316 + fc8582c commit 9b15ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const buttonVariants = cva(
1313
default:
1414
"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
1515
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",
16+
"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40",
1717
outline:
1818
"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",
1919
secondary:

0 commit comments

Comments
 (0)