Skip to content

Commit 145c0b2

Browse files
committed
style: Node label sizing
1 parent d1e51d0 commit 145c0b2

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
shapeClass,
@@ -104,7 +104,7 @@
104104
class="flex flex-1 flex-col gap-1 pb-2"
105105
:data-testid="`node-body-${nodeData.id}`"
106106
>
107-
<NodeSlots :node-data="nodeData" />
107+
<NodeSlots :node-data="nodeData" class="text-sm" />
108108

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

0 commit comments

Comments
 (0)