diff --git a/apps/app/components/issues/sidebar-select/assignee.tsx b/apps/app/components/issues/sidebar-select/assignee.tsx index f464320ac..34b9aac37 100644 --- a/apps/app/components/issues/sidebar-select/assignee.tsx +++ b/apps/app/components/issues/sidebar-select/assignee.tsx @@ -66,7 +66,7 @@ export const SidebarAssigneeSelect: React.FC = ({ value, onChange, userAu label={
{value && value.length > 0 && Array.isArray(value) ? ( -
+
{value.length} Assignees
diff --git a/apps/app/components/ui/datepicker.tsx b/apps/app/components/ui/datepicker.tsx index 1e30ad97f..b5c992a78 100644 --- a/apps/app/components/ui/datepicker.tsx +++ b/apps/app/components/ui/datepicker.tsx @@ -38,7 +38,7 @@ export const CustomDatePicker: React.FC = ({ renderAs === "input" ? "block border-gray-300 bg-transparent px-3 py-2 text-sm focus:outline-none" : renderAs === "button" - ? `px-3 py-1.5 text-xs shadow-sm ${ + ? `px-3 py-1 text-xs shadow-sm ${ disabled ? "" : "hover:bg-gray-100" } duration-300 focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500` : "" diff --git a/apps/app/components/views/select-filters.tsx b/apps/app/components/views/select-filters.tsx index 9d6776646..732b115c2 100644 --- a/apps/app/components/views/select-filters.tsx +++ b/apps/app/components/views/select-filters.tsx @@ -159,7 +159,12 @@ export const SelectFilters: React.FC = ({ id: label.id, label: (
-
+
{label.name}
),