Skip to content

Commit ff99b73

Browse files
Add border to subflow node for better visual distinction
Co-authored-by: emir <[email protected]>
1 parent 4d1a9a3 commit ff99b73

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/subflows

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/subflows/subflow-node.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const SubflowNodeComponent = memo(({ data, id }: NodeProps<SubflowNodeDat
211211
>
212212
{/* Subflow Start */}
213213
<div
214-
className='absolute top-[16px] left-[16px] flex items-center justify-center rounded-[8px] bg-[var(--surface-2)] px-[12px] py-[6px]'
214+
className='absolute top-[16px] left-[16px] flex items-center justify-center rounded-[8px] border border-[var(--divider)] bg-[var(--surface-2)] px-[12px] py-[6px]'
215215
style={{ pointerEvents: isPreview ? 'none' : 'auto' }}
216216
data-parent-id={id}
217217
data-node-role={`${data.kind}-start`}

0 commit comments

Comments
 (0)