From 9a52031d597cae054f0925674d77d7227e5e78e7 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Thu, 2 Mar 2023 09:01:16 +0530 Subject: [PATCH] style: assignee dropdown stlye fix --- apps/app/components/issues/select/assignee.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/app/components/issues/select/assignee.tsx b/apps/app/components/issues/select/assignee.tsx index 291d64c6b..e1368a17d 100644 --- a/apps/app/components/issues/select/assignee.tsx +++ b/apps/app/components/issues/select/assignee.tsx @@ -76,12 +76,12 @@ export const IssueAssigneeSelect: FC = ({ > {value && value.length > 0 && Array.isArray(value) ? ( - + {value.length} Assignees ) : ( - + Assignee @@ -116,10 +116,10 @@ export const IssueAssigneeSelect: FC = ({ filteredOptions.map((option) => ( + className={({ active }) => `${ active ? "bg-[#E9ECEF]" : "" - } group flex cursor-pointer select-none items-center gap-2 truncate rounded px-1 py-1.5 text-gray-900` + } group flex min-w-[14rem] cursor-pointer select-none items-center gap-2 truncate rounded px-1 py-1.5 text-[#495057]` } value={option.value} >