Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/renderer/extensions/vueNodes/widgets/composables/useImageP…
…reviewWidget.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
DrJKL and coderabbitai[bot] committed Dec 9, 2025
commit 819306b21d111b4ad4b8842e6812a9976ce10400
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const renderPreview = (
ctx.roundRect(x, y, sz, sz, [4])
ctx.fill()
ctx.fillStyle = textFill
ctx.font = '12px Inter'
ctx.font = '12px Inter, sans-serif'
ctx.textAlign = 'center'
ctx.fillText(text, x + 15, y + 20)

Expand Down