Skip to content

Commit 55b74e9

Browse files
committed
chore: color token modified & fix test
1 parent 904b2af commit 55b74e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/dialog/content/MissingNodesContent.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!-- Missing Nodes List Wrapper -->
1919
<div
20-
class="comfy-missing-nodes flex flex-col max-h-[256px] rounded-lg py-2 scrollbar-custom bg-component-node-widget-background"
20+
class="comfy-missing-nodes flex flex-col max-h-[256px] rounded-lg py-2 scrollbar-custom bg-secondary-background"
2121
>
2222
<div
2323
v-for="(node, i) in uniqueNodes"
@@ -27,6 +27,7 @@
2727
<span class="text-xs">
2828
{{ node.label }}
2929
</span>
30+
<span v-if="node.hint" class="text-xs">{{ node.hint }}</span>
3031
</div>
3132
</div>
3233

0 commit comments

Comments
 (0)