feat(ui): increase edge width

This commit is contained in:
psychedelicious
2023-04-09 17:32:20 +10:00
parent eb02acb22e
commit 266ce200cc

View File

@@ -75,7 +75,10 @@ export const Flow = () => {
onConnect={onConnect}
onConnectEnd={onConnectEnd}
connectionLineType={ConnectionLineType.SmoothStep}
defaultEdgeOptions={{ type: 'smoothstep' }}
defaultEdgeOptions={{
type: 'smoothstep',
style: { strokeWidth: 2 },
}}
>
<Background />
<Controls />