From 5d279b680e84aa9b90137322933568e23ffced60 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sun, 23 Nov 2025 12:23:39 -0800 Subject: [PATCH] [backport cloud/1.32] Fix: node preview background color (#6859) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Backports the node preview background color fix from main to cloud/1.32. Changes node previews to use background color from color palette instead of the menu color. Original PR: #6768 Cherry-picked from: 836cd7f9ba90f67434cb1f38462e46f88ae9b179 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6859-Backport-Fix-node-preview-background-color-2b46d73d365081d0b188eea8f1dadcec) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown Co-authored-by: GitHub Action --- src/components/node/NodePreview.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/node/NodePreview.vue b/src/components/node/NodePreview.vue index c63bd1740..42b486e46 100644 --- a/src/components/node/NodePreview.vue +++ b/src/components/node/NodePreview.vue @@ -3,7 +3,7 @@ https://github.com/Nuked88/ComfyUI-N-Sidebar/blob/7ae7da4a9761009fb6629bc04c6830 -->