Skip to content

Commit

Permalink
Lighten solid neutral badge bg (#2625)
Browse files Browse the repository at this point in the history
lighten solid neutral badge bg
  • Loading branch information
david-crespo authored Dec 18, 2024
1 parent c1ebd8d commit fe973ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/lib/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const badgeColors: Record<BadgeVariant, Record<BadgeColor, string>> = {
default: 'bg-accent text-inverse',
destructive: 'bg-destructive text-inverse',
notice: 'bg-notice text-inverse',
neutral: 'bg-[--base-neutral-600] text-inverse',
neutral: 'bg-[--base-neutral-700] text-inverse',
purple: 'bg-[--base-purple-700] text-inverse',
blue: 'bg-info text-inverse',
},
Expand Down

0 comments on commit fe973ed

Please sign in to comment.