From fe973ed57d6a0b125f73fc8dddb15451219612b9 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Wed, 18 Dec 2024 11:07:05 -0600 Subject: [PATCH] Lighten solid neutral badge bg (#2625) lighten solid neutral badge bg --- app/ui/lib/Badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },