Fix litegraph button being black on light theme.

This commit is contained in:
comfyanonymous
2023-08-31 02:24:39 -04:00
parent 864d0f1270
commit a525552030

View File

@@ -9794,6 +9794,7 @@ LGraphNode.prototype.executeAction = function(action)
switch (w.type) {
case "button":
ctx.fillStyle = background_color;
if (w.clicked) {
ctx.fillStyle = "#AAA";
w.clicked = false;