[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(badge): reorder classes for soft variant styling
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj committed Nov 18, 2024
1 parent 9808b87 commit 52db1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/primitives/badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const badgeVariants = cva(
destructive: 'border-transparent bg-destructive/10 text-destructive',
success: 'border-transparent bg-success/10 text-success',
warning: 'border-transparent bg-warning/10 text-warning',
soft: 'border-neutral-alpha-200 bg-neutral-alpha-200 text-foreground-500',
soft: 'bg-neutral-alpha-200 text-foreground-500 border-transparent',
outline: 'border-neutral-alpha-200 bg-transparent font-normal text-foreground-600 shadow-sm',
},
size: {
Expand Down

0 comments on commit 52db1a2

Please sign in to comment.