From 358ab54690acef5e2f953d15578bc7dba3749f83 Mon Sep 17 00:00:00 2001 From: Thomas Trompette Date: Mon, 29 Sep 2025 14:00:05 +0200 Subject: [PATCH] Fix workflow menu icons (#14767) As title --- .../workflow/action/components/WorkflowActionMenuItems.tsx | 1 + .../CommandMenuWorkflowSelectTriggerTypeContent.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/twenty-front/src/modules/command-menu/pages/workflow/action/components/WorkflowActionMenuItems.tsx b/packages/twenty-front/src/modules/command-menu/pages/workflow/action/components/WorkflowActionMenuItems.tsx index e47efdfdfc..45d5f002ac 100644 --- a/packages/twenty-front/src/modules/command-menu/pages/workflow/action/components/WorkflowActionMenuItems.tsx +++ b/packages/twenty-front/src/modules/command-menu/pages/workflow/action/components/WorkflowActionMenuItems.tsx @@ -31,6 +31,7 @@ export const WorkflowActionMenuItems = ({ theme, actionType: action.type, })} + size={16} /> )} text={action.label} diff --git a/packages/twenty-front/src/modules/command-menu/pages/workflow/trigger-type/components/CommandMenuWorkflowSelectTriggerTypeContent.tsx b/packages/twenty-front/src/modules/command-menu/pages/workflow/trigger-type/components/CommandMenuWorkflowSelectTriggerTypeContent.tsx index 84fa6d96c5..9fbb7922bd 100644 --- a/packages/twenty-front/src/modules/command-menu/pages/workflow/trigger-type/components/CommandMenuWorkflowSelectTriggerTypeContent.tsx +++ b/packages/twenty-front/src/modules/command-menu/pages/workflow/trigger-type/components/CommandMenuWorkflowSelectTriggerTypeContent.tsx @@ -80,7 +80,7 @@ export const CommandMenuWorkflowSelectTriggerTypeContent = ({ } + LeftIcon={() => } text={action.defaultLabel} onClick={handleTriggerTypeClick(action)} /> @@ -96,7 +96,7 @@ export const CommandMenuWorkflowSelectTriggerTypeContent = ({ } + LeftIcon={() => } text={action.defaultLabel} onClick={handleTriggerTypeClick(action)} />