Skip to content

Commit f9efccd

Browse files
waleedlatif1emir-karabeg
authored andcommitted
fix(subflow): updated subflow border to match block border (#2768)
1 parent 58b70da commit f9efccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -148,7 +148,7 @@ export const SubflowNodeComponent = memo(({ data, id }: NodeProps<SubflowNodeDat
148148
ref={blockRef}
149149
onClick={() => setCurrentBlockId(id)}
150150
className={cn(
151-
'workflow-drag-handle relative cursor-grab select-none rounded-[8px] border border-[var(--border)] [&:active]:cursor-grabbing',
151+
'workflow-drag-handle relative cursor-grab select-none rounded-[8px] border border-[var(--border-1)] [&:active]:cursor-grabbing',
152152
'transition-block-bg transition-ring',
153153
'z-[20]'
154154
)}

apps/sim/app/workspace/[workspaceId]/w/components/preview/components/subflow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function WorkflowPreviewSubflowInner({ data }: NodeProps<WorkflowPreviewSubflowD
3838

3939
return (
4040
<div
41-
className='relative select-none rounded-[8px] border border-[var(--border)]'
41+
className='relative select-none rounded-[8px] border border-[var(--border-1)]'
4242
style={{
4343
width,
4444
height,

0 commit comments

Comments
 (0)