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} >