From f2534a7c0148355646a619ae965457960e68e661 Mon Sep 17 00:00:00 2001 From: gitstart Date: Thu, 31 Aug 2023 15:04:47 +0000 Subject: [PATCH] fix: align delay icon with other step icons Co-authored-by: aayushdura <58044533+aayushdura@users.noreply.github.com> --- .../templates/workflow/workflow/node-types/AddNode.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/pages/templates/workflow/workflow/node-types/AddNode.tsx b/apps/web/src/pages/templates/workflow/workflow/node-types/AddNode.tsx index 1a1c1a1bd15..df0f9f0e98a 100644 --- a/apps/web/src/pages/templates/workflow/workflow/node-types/AddNode.tsx +++ b/apps/web/src/pages/templates/workflow/workflow/node-types/AddNode.tsx @@ -83,7 +83,11 @@ export default memo(({ data }: { data: NodeData }) => { > Digest - } onClick={() => addNewNode(StepTypeEnum.DELAY)}> + } + onClick={() => addNewNode(StepTypeEnum.DELAY)} + > Delay