mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-15 03:27:24 +08:00
light mode fix
This commit is contained in:
parent
d02137c44c
commit
2838937acf
@ -139,6 +139,7 @@ function addMultilineWidget(node, name, opts, app) {
|
|||||||
background: (!node.color || node.color==='#222')?'':node.color,
|
background: (!node.color || node.color==='#222')?'':node.color,
|
||||||
height: `${(this.parent.inputHeight - margin * 2 - 4) * t.d}px`,
|
height: `${(this.parent.inputHeight - margin * 2 - 4) * t.d}px`,
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
|
color: (!node.color || node.color==='#222')?'':'white',
|
||||||
zIndex: app.graph._nodes.indexOf(node),
|
zIndex: app.graph._nodes.indexOf(node),
|
||||||
fontSize: `${t.d * 10.0}px`,
|
fontSize: `${t.d * 10.0}px`,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user