Skip to content

Commit eba7013

Browse files
committed
chore: fix test
1 parent 59433f7 commit eba7013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dialog/content/MissingNodesContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- Missing Nodes List Wrapper -->
2222
<div
23-
class="flex flex-col max-h-[256px] rounded-lg py-2 scrollbar-custom bg-secondary-background"
23+
class="comfy-missing-nodes flex flex-col max-h-[256px] rounded-lg py-2 scrollbar-custom bg-component-node-widget-background"
2424
>
2525
<div
2626
v-for="(node, i) in uniqueNodes"

0 commit comments

Comments
 (0)