Skip to content

Commit

Permalink
Add Badge variant "outline"
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 19, 2024
1 parent d009fc4 commit 0052766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/components/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const styles = tv({
danger: "bg-danger text-danger-foreground",
info: "bg-info text-info-foreground",
primary: "bg-primary text-primary-foreground",
secondary: "bg-secondary text-secondary-foreground"
secondary: "bg-secondary text-secondary-foreground",
outline: "border border-muted-foreground text-muted-foreground"
}
},
defaultVariants: {
Expand Down

0 comments on commit 0052766

Please sign in to comment.