Skip to content

Commit 6028931

Browse files
committed
style: Node label sizing
1 parent 73ab7f2 commit 6028931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/extensions/vueNodes/components/LGraphNode.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:data-node-id="nodeData.id"
99
:class="
1010
cn(
11-
'bg-component-node-background lg-node absolute pb-1 text-sm',
11+
'bg-component-node-background lg-node absolute pb-1 text-base',
1212
1313
'contain-style contain-layout min-w-[225px] min-h-(--node-height) w-(--node-width)',
1414
'rounded-2xl touch-none flex flex-col',
@@ -103,7 +103,7 @@
103103
class="flex flex-1 flex-col gap-1 pb-2"
104104
:data-testid="`node-body-${nodeData.id}`"
105105
>
106-
<NodeSlots :node-data="nodeData" />
106+
<NodeSlots :node-data="nodeData" class="text-sm" />
107107

108108
<NodeWidgets v-if="nodeData.widgets?.length" :node-data="nodeData" />
109109

0 commit comments

Comments
 (0)