Fix node library searchbox background color (#565)

This commit is contained in:
Chenlei Hu
2024-08-20 17:41:59 -04:00
committed by GitHub
parent 3d89c245e5
commit a86d10b02d

View File

@@ -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);
}
</style>