mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
Revert "Fix light_theme changes default node background"
This reverts commit 3206973e5a.
This commit is contained in:
@@ -658,9 +658,7 @@ export class ComfyApp {
|
||||
}
|
||||
}
|
||||
|
||||
if (old_bgcolor) {
|
||||
node.bgcolor = adjustColor(old_bgcolor, adjustments)
|
||||
}
|
||||
node.bgcolor = adjustColor(bgColor, adjustments)
|
||||
|
||||
// @ts-expect-error fixme ts strict error
|
||||
const res = origDrawNode.apply(this, arguments)
|
||||
|
||||
Reference in New Issue
Block a user