Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-17 19:00:02 +00:00
parent 37748e422a
commit b694546dbd

View file

@ -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: {