We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904b2af commit 55b74e9Copy full SHA for 55b74e9
src/components/dialog/content/MissingNodesContent.vue
@@ -17,7 +17,7 @@
17
18
<!-- Missing Nodes List Wrapper -->
19
<div
20
- class="comfy-missing-nodes flex flex-col max-h-[256px] rounded-lg py-2 scrollbar-custom bg-component-node-widget-background"
+ class="comfy-missing-nodes flex flex-col max-h-[256px] rounded-lg py-2 scrollbar-custom bg-secondary-background"
21
>
22
23
v-for="(node, i) in uniqueNodes"
@@ -27,6 +27,7 @@
27
<span class="text-xs">
28
{{ node.label }}
29
</span>
30
+ <span v-if="node.hint" class="text-xs">{{ node.hint }}</span>
31
</div>
32
33
0 commit comments