mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-26 17:54:14 +00:00
Fix litegraph button being black on light theme.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user