Skip to content

Commit 35934e1

Browse files
Update src/lib/litegraph/src/subgraph/SubgraphIONodeBase.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9672c19 commit 35934e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/litegraph/src/subgraph/SubgraphIONodeBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export abstract class SubgraphIONodeBase<
353353
editorAlpha?: number
354354
): void {
355355
ctx.fillStyle = '#AAA'
356-
ctx.font = '12px Inter'
356+
ctx.font = '12px Inter, sans-serif'
357357
ctx.textBaseline = 'middle'
358358

359359
for (const slot of this.allSlots) {

0 commit comments

Comments
 (0)