Skip to content

Commit 37116cc

Browse files
committed
Reduce pinned param input font size to 8px
1 parent 60ef74c commit 37116cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/nodes/BaseNode.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
min-width: 0;
525525
height: 20px;
526526
padding: 2px 8px;
527-
font-size: 9px;
527+
font-size: 8px;
528528
font-family: var(--font-mono);
529529
background: var(--surface-raised);
530530
border: 1px solid var(--border);

0 commit comments

Comments
 (0)