Skip to content

Commit 04b70b3

Browse files
committed
style: unbold header, smaller labels
1 parent 76458b5 commit 04b70b3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
:data-node-id="nodeData.id"
99
:class="
1010
cn(
11-
'bg-component-node-background lg-node absolute pb-1 text-base',
12-
11+
'bg-component-node-background lg-node absolute pb-1 text-sm',
1312
'contain-style contain-layout min-w-[225px] min-h-(--node-height) w-(--node-width)',
1413
'rounded-2xl touch-none flex flex-col',
1514
'border-1 border-solid border-component-node-border',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- Node Title -->
5353
<div
5454
v-tooltip.top="tooltipConfig"
55-
class="flex min-w-0 flex-1 items-center gap-2 text-sm font-bold"
55+
class="flex min-w-0 flex-1 items-center gap-2 text-sm"
5656
data-testid="node-title"
5757
>
5858
<div class="truncate min-w-0 flex-1">

0 commit comments

Comments
 (0)