diff --git a/packages/node_modules/@node-red/editor-client/src/sass/flow.scss b/packages/node_modules/@node-red/editor-client/src/sass/flow.scss index 4aae0869c..d92d1e964 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/flow.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/flow.scss @@ -145,8 +145,8 @@ g.red-ui-flow-node-selected { border-color: $node-selected-color !important; border-style: dashed !important; stroke: $node-selected-color; - stroke-width: 2; - stroke-dasharray: 8, 3; + stroke-width: 3; + stroke-dasharray: 8, 4; } .red-ui-flow-subflow .red-ui-flow-node {