From 1c75ade4adca96b0f71bfa6429b144b5e11baad5 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 1 May 2025 13:06:11 +1000 Subject: [PATCH] OPTIONAL: 1.5 width node borders --- src/services/litegraphService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/litegraphService.ts b/src/services/litegraphService.ts index 15460c3b1..5b830e9d3 100644 --- a/src/services/litegraphService.ts +++ b/src/services/litegraphService.ts @@ -87,7 +87,7 @@ export const useLitegraphService = () => { */ #setupStrokeStyles() { this.strokeStyles['noice'] = function (this: LGraphNode) { - return { color: '#f0ff41', lineWidth: 1, padding: 0.5 } + return { color: '#f0ff41', lineWidth: 1.5, padding: 0.5 } } this.strokeStyles['running'] = function (this: LGraphNode) { if (this.id == app.runningNodeId) {