mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): increase edge width
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user