Revert "Fix light_theme changes default node background"

This reverts commit 3206973e5a.
This commit is contained in:
filtered
2025-09-15 08:31:05 +10:00
parent 128f0f7fc3
commit 5175014a1b

View File

@@ -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)