diff --git a/apps/app/components/core/issues-view-filter.tsx b/apps/app/components/core/issues-view-filter.tsx index 9a9f9494f..5d6c909fe 100644 --- a/apps/app/components/core/issues-view-filter.tsx +++ b/apps/app/components/core/issues-view-filter.tsx @@ -246,7 +246,7 @@ export const IssuesFilterView: React.FC = () => { type="button" className={`rounded border px-2 py-1 text-xs capitalize ${ properties[key as keyof Properties] - ? "border-brand-accent bg-brand-accent text-brand-base" + ? "border-brand-accent bg-brand-accent text-white" : "border-brand-base" }`} onClick={() => setProperties(key as keyof Properties)}