|
|
|
|
@ -23,7 +23,7 @@ const renderSpecialNodeHandles = (isStartNode: boolean, isEndNode: boolean, inpu
|
|
|
|
|
position={isStartNode ? Position.Right : Position.Left}
|
|
|
|
|
id={isStartNode ? 'start-source' : 'end-target'}
|
|
|
|
|
style={{
|
|
|
|
|
background: '#555',
|
|
|
|
|
background: '#2290f6',
|
|
|
|
|
top: '40px'
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
@ -67,7 +67,7 @@ const renderRegularNodeHandles = (inputs: any[], outputs: any[]) => {
|
|
|
|
|
position={Position.Right}
|
|
|
|
|
id="start-source"
|
|
|
|
|
style={{
|
|
|
|
|
background: '#555',
|
|
|
|
|
background: '#2290f6',
|
|
|
|
|
top: '40px'
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
@ -76,7 +76,7 @@ const renderRegularNodeHandles = (inputs: any[], outputs: any[]) => {
|
|
|
|
|
position={Position.Left}
|
|
|
|
|
id="end-target"
|
|
|
|
|
style={{
|
|
|
|
|
background: '#555',
|
|
|
|
|
background: '#2290f6',
|
|
|
|
|
top: '40px'
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
|