1 parent bc22446 commit c40f3b8Copy full SHA for c40f3b8
1 file changed
src/components/ui/badge.tsx
@@ -10,7 +10,7 @@ const badgeVariants = cva("inline-flex items-center rounded-full border px-2.5 p
10
outline: "border-border text-muted-foreground",
11
positive: "border-positive/20 bg-positive/10 text-positive-foreground",
12
warning: "border-warning/25 bg-warning/10 text-warning-foreground",
13
- danger: "border-destructive/20 bg-destructive/10 text-destructive",
+ danger: "border-destructive/35 bg-destructive/10 text-foreground",
14
info: "border-info/20 bg-info/10 text-info-foreground",
15
},
16
0 commit comments