Commit f7e6a5ed authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix litegraph button being black on light theme.

parent cf10c559
...@@ -9766,6 +9766,7 @@ LGraphNode.prototype.executeAction = function(action) ...@@ -9766,6 +9766,7 @@ LGraphNode.prototype.executeAction = function(action)
switch (w.type) { switch (w.type) {
case "button": case "button":
ctx.fillStyle = background_color;
if (w.clicked) { if (w.clicked) {
ctx.fillStyle = "#AAA"; ctx.fillStyle = "#AAA";
w.clicked = false; w.clicked = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment