OPTIONAL: 1.5 width node borders

This commit is contained in:
filtered
2025-05-01 13:06:11 +10:00
parent 92c4177bb6
commit 1c75ade4ad

View File

@@ -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) {