diff --git a/apps/www/components/ui/badge.tsx b/apps/www/components/ui/badge.tsx index 65544508a7..bb37dc8261 100644 --- a/apps/www/components/ui/badge.tsx +++ b/apps/www/components/ui/badge.tsx @@ -13,7 +13,7 @@ const badgeVariants = cva( secondary: "bg-secondary hover:bg-secondary/80 border-transparent text-secondary-foreground", destructive: - "bg-destructive hover:bg-secondary/80 border-transparent text-destructive-foreground", + "bg-destructive hover:bg-destructive/80 border-transparent text-destructive-foreground", outline: "text-foreground", }, },