mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 21:22:07 +00:00
Fix node library searchbox background color (#565)
This commit is contained in:
@@ -238,4 +238,8 @@ const expandNode = (node: TreeNode) => {
|
|||||||
:deep(.node-lib-search-box) {
|
:deep(.node-lib-search-box) {
|
||||||
@apply mx-4 mt-4;
|
@apply mx-4 mt-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.comfy-vue-side-bar-body) {
|
||||||
|
background: var(--p-tree-background);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user