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