From b694546dbd308fd2bd321eebf7dd2c1e3436e01a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 19:00:02 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/components/ui/badge.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/ui/badge.tsx b/src/components/ui/badge.tsx index 3aabd17..0b6ba98 100644 --- a/src/components/ui/badge.tsx +++ b/src/components/ui/badge.tsx @@ -14,6 +14,10 @@ const badgeVariants = cva( destructive: "border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80", outline: "text-foreground", + success: "border-success/30 bg-success/15 text-success", + warning: "border-warning/30 bg-warning/15 text-warning", + info: "border-info/30 bg-info/15 text-info", + muted: "border-muted-foreground/20 bg-muted text-muted-foreground", }, }, defaultVariants: {