Skip to content

Commit 6745b42

Browse files
committed
style: Bigger header text
1 parent 04b70b3 commit 6745b42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
2-
<div v-if="renderError" class="node-error p-4 text-sm text-red-500">
2+
<div v-if="renderError" class="node-error p-4 text-red-500">
33
{{ st('nodeErrors.header', 'Node Header Error') }}
44
</div>
55
<div
66
v-else
77
:class="
88
cn(
9-
'lg-node-header py-2 pl-2 pr-3 text-sm rounded-t-2xl w-full min-w-0',
9+
'lg-node-header text-base py-2 pl-2 pr-3 rounded-t-2xl w-full min-w-0',
1010
'text-node-component-header bg-node-component-header-surface',
1111
collapsed && 'rounded-2xl'
1212
)
@@ -34,7 +34,7 @@
3434
)
3535
"
3636
class="relative top-px text-xs leading-none text-node-component-header-icon"
37-
></i>
37+
/>
3838
</IconButton>
3939
</div>
4040

@@ -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"
55+
class="flex min-w-0 flex-1 items-center gap-2"
5656
data-testid="node-title"
5757
>
5858
<div class="truncate min-w-0 flex-1">
@@ -92,7 +92,7 @@
9292
class="min-w-max rounded-sm bg-node-component-surface px-1 py-0.5 text-xs flex items-center gap-1"
9393
>
9494
{{ $t('g.edit') }}
95-
<i class="icon-[lucide--scaling] size-5"></i>
95+
<i class="icon-[lucide--scaling] size-5" />
9696
</div>
9797
</IconButton>
9898
</div>

0 commit comments

Comments
 (0)