Browse Source

Fix litegraph button being black on light theme.

pull/1206/head
comfyanonymous 1 year ago
parent
commit
f7e6a5ed07
  1. 1
      web/lib/litegraph.core.js

1
web/lib/litegraph.core.js

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

Loading…
Cancel
Save