Skip to content

Commit 819306b

Browse files
Update src/renderer/extensions/vueNodes/widgets/composables/useImagePreviewWidget.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fe2c330 commit 819306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/extensions/vueNodes/widgets/composables/useImagePreviewWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const renderPreview = (
212212
ctx.roundRect(x, y, sz, sz, [4])
213213
ctx.fill()
214214
ctx.fillStyle = textFill
215-
ctx.font = '12px Inter'
215+
ctx.font = '12px Inter, sans-serif'
216216
ctx.textAlign = 'center'
217217
ctx.fillText(text, x + 15, y + 20)
218218

0 commit comments

Comments
 (0)