Skip to content

Commit fe973ed

Browse files
authored
Lighten solid neutral badge bg (#2625)
lighten solid neutral badge bg
1 parent c1ebd8d commit fe973ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ui/lib/Badge.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const badgeColors: Record<BadgeVariant, Record<BadgeColor, string>> = {
3636
default: 'bg-accent text-inverse',
3737
destructive: 'bg-destructive text-inverse',
3838
notice: 'bg-notice text-inverse',
39-
neutral: 'bg-[--base-neutral-600] text-inverse',
39+
neutral: 'bg-[--base-neutral-700] text-inverse',
4040
purple: 'bg-[--base-purple-700] text-inverse',
4141
blue: 'bg-info text-inverse',
4242
},

0 commit comments

Comments
 (0)