mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-10 17:22:36 +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,
|
||||
height: `${(this.parent.inputHeight - margin * 2 - 4) * t.d}px`,
|
||||
position: "absolute",
|
||||
color: (!node.color || node.color==='#222')?'':'white',
|
||||
zIndex: app.graph._nodes.indexOf(node),
|
||||
fontSize: `${t.d * 10.0}px`,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user