Skip to content

Commit

Permalink
add margin to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Oct 25, 2023
1 parent f97a79c commit 37c6d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const CustomNode = memo<DefaultNodeProps>(({ id, data, selected }) => {
style: {
width: "20px",
height: "20px",
margin: "5px",
...data.style.iconStyle,
},
};
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/WorkflowPanel/RunNode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const RunNode = memo<RunNodeProps>(({ id, data, selected }) => {
style: {
width: "20px",
height: "20px",
margin: "5px",
...data.style.iconStyle,
},
};
Expand Down

0 comments on commit 37c6d5d

Please sign in to comment.