mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
set default styles
This commit is contained in:
parent
934434eebc
commit
9a38ac5574
|
@ -1264,8 +1264,8 @@ export default mixins(
|
||||||
Connector: CanvasHelpers.CONNECTOR_FLOWCHART_TYPE,
|
Connector: CanvasHelpers.CONNECTOR_FLOWCHART_TYPE,
|
||||||
Endpoint: ['Dot', { radius: 5 }],
|
Endpoint: ['Dot', { radius: 5 }],
|
||||||
DragOptions: { cursor: 'pointer', zIndex: 5000 },
|
DragOptions: { cursor: 'pointer', zIndex: 5000 },
|
||||||
PaintStyle: { strokeWidth: 2, stroke: getStyleTokenValue('--color-foreground-dark')},
|
PaintStyle: CanvasHelpers.CONNECTOR_PAINT_STYLE_DEFAULT,
|
||||||
HoverPaintStyle: { stroke: getStyleTokenValue('--color-primary'), lineWidth: 4 },
|
HoverPaintStyle: CanvasHelpers.CONNECTOR_PAINT_STYLE_PRIMARY,
|
||||||
ConnectionOverlays: CanvasHelpers.CONNECTOR_ARROW_OVERLAYS,
|
ConnectionOverlays: CanvasHelpers.CONNECTOR_ARROW_OVERLAYS,
|
||||||
Container: '#node-view',
|
Container: '#node-view',
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue