From 8d0ee7142db2cd63275d21c81d27ad8ddd9e9a93 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Mon, 1 May 2023 15:22:22 +0530 Subject: [PATCH] style: display properties --- apps/app/components/core/issues-view-filter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}