From 2838937acf95eb495f87ee76b892a5d7adb18507 Mon Sep 17 00:00:00 2001 From: jwd-dev Date: Sun, 16 Apr 2023 12:00:37 -0400 Subject: [PATCH] light mode fix --- web/scripts/widgets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/scripts/widgets.js b/web/scripts/widgets.js index f2ebba913..b68e2d332 100644 --- a/web/scripts/widgets.js +++ b/web/scripts/widgets.js @@ -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`, });