Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
f7e6a5ed
Commit
f7e6a5ed
authored
Aug 10, 2023
by
comfyanonymous
Browse files
Fix litegraph button being black on light theme.
parent
cf10c559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+1
-0
No files found.
web/lib/litegraph.core.js
View file @
f7e6a5ed
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment