From 29603243a084634331a9749b161b716e06103023 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 19 Nov 2025 20:41:25 -0800 Subject: [PATCH] fix: node preview background color (#6768) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Changes node previews to use background color from color palette instead of the menu color. | Before | After | | ------ | ----- | | Selection_2345 | Selection_2347 | Fixes https://github.com/Comfy-Org/ComfyUI_frontend/issues/6576 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6768-fix-node-preview-background-color-2b16d73d365081868644e1e6b7c7e3be) 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 c63bd17406..42b486e467 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 -->