mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 16:10:09 +00:00
OPTIONAL: 1.5 width node borders
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user