We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ebd8d commit fe973edCopy full SHA for fe973ed
app/ui/lib/Badge.tsx
@@ -36,7 +36,7 @@ export const badgeColors: Record<BadgeVariant, Record<BadgeColor, string>> = {
36
default: 'bg-accent text-inverse',
37
destructive: 'bg-destructive text-inverse',
38
notice: 'bg-notice text-inverse',
39
- neutral: 'bg-[--base-neutral-600] text-inverse',
+ neutral: 'bg-[--base-neutral-700] text-inverse',
40
purple: 'bg-[--base-purple-700] text-inverse',
41
blue: 'bg-info text-inverse',
42
},
0 commit comments