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 bc17300 commit 149c051Copy full SHA for 149c051
src/renderer/extensions/vueNodes/components/LGraphNode.vue
@@ -8,8 +8,7 @@
8
:data-node-id="nodeData.id"
9
:class="
10
cn(
11
- 'bg-component-node-background lg-node absolute pb-1 text-base',
12
-
+ 'bg-component-node-background lg-node absolute pb-1 text-sm',
13
'contain-style contain-layout min-w-[225px] min-h-(--node-height) w-(--node-width)',
14
shapeClass,
15
'touch-none flex flex-col',
src/renderer/extensions/vueNodes/components/NodeHeader.vue
@@ -52,7 +52,7 @@
52
<!-- Node Title -->
53
<div
54
v-tooltip.top="tooltipConfig"
55
- class="flex min-w-0 flex-1 items-center gap-2 text-sm font-bold"
+ class="flex min-w-0 flex-1 items-center gap-2 text-sm"
56
data-testid="node-title"
57
>
58
<div class="truncate min-w-0 flex-1">
0 commit comments