Skip to content

Commit a86d10b

Browse files
authored
Fix node library searchbox background color (#565)
1 parent 3d89c24 commit a86d10b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/sidebar/tabs/NodeLibrarySidebarTab.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,8 @@ const expandNode = (node: TreeNode) => {
238238
:deep(.node-lib-search-box) {
239239
@apply mx-4 mt-4;
240240
}
241+
242+
:deep(.comfy-vue-side-bar-body) {
243+
background: var(--p-tree-background);
244+
}
241245
</style>

0 commit comments

Comments
 (0)