From a86d10b02dbbd7e73824f64813b0cdb3e9a7a02d Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Tue, 20 Aug 2024 17:41:59 -0400 Subject: [PATCH] Fix node library searchbox background color (#565) --- src/components/sidebar/tabs/NodeLibrarySidebarTab.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue b/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue index e58c2ca3e..25fcba74d 100644 --- a/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue +++ b/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue @@ -238,4 +238,8 @@ const expandNode = (node: TreeNode) => { :deep(.node-lib-search-box) { @apply mx-4 mt-4; } + +:deep(.comfy-vue-side-bar-body) { + background: var(--p-tree-background); +}