mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 15:56:50 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
37748e422a
commit
b694546dbd
1 changed files with 4 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue