Skip to content

Commit

Permalink
Update artifact node height
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Phillips <[email protected]>
  • Loading branch information
jenny-s51 and jeff-phillips-18 authored Apr 5, 2024
1 parent 150a013 commit 8fe6561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/concepts/topology/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const ICON_TASK_NODE_TYPE = 'ICON_TASK_NODE';
export const NODE_PADDING_VERTICAL = 0;
export const NODE_PADDING_HORIZONTAL = 15;

export const ARTIFACT_NODE_WIDTH = 56;
export const ARTIFACT_NODE_HEIGHT = 43;
export const ARTIFACT_NODE_WIDTH = 44;
export const ARTIFACT_NODE_HEIGHT = NODE_HEIGHT;

export const createNode = (details: NodeConstructDetails): PipelineNodeModelExpanded => ({
id: details.id,
Expand Down

0 comments on commit 8fe6561

Please sign in to comment.