diff --git a/app/ui/lib/Badge.tsx b/app/ui/lib/Badge.tsx index cf958ab91..92ffc05cd 100644 --- a/app/ui/lib/Badge.tsx +++ b/app/ui/lib/Badge.tsx @@ -36,7 +36,7 @@ export const badgeColors: Record> = { 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', },