Skip to content

Commit

Permalink
Merge pull request #4068 from GitStartHQ/NV-2765
Browse files Browse the repository at this point in the history
NV-2765 - 🐛 Bug Report: delay icon is not aligned with other steps icon
  • Loading branch information
BiswaViraj authored Sep 5, 2023
2 parents de68b5a + d9ffec8 commit d00b9b3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ export default memo(({ data }: { data: NodeData }) => {
>
Digest
</Dropdown.Item>
<Dropdown.Item data-test-id={`add-delay-node`} icon={<Timer />} onClick={() => addNewNode(StepTypeEnum.DELAY)}>
<Dropdown.Item
data-test-id={`add-delay-node`}
icon={<Timer width={20} height={20} />}
onClick={() => addNewNode(StepTypeEnum.DELAY)}
>
Delay
</Dropdown.Item>
</Dropdown>
Expand Down

0 comments on commit d00b9b3

Please sign in to comment.