fix the text colour not being correct issues

This commit is contained in:
7Zeb 2026-04-28 13:26:55 -05:00 committed by GitHub
parent 6ec818fc11
commit 2fbf2eef3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ export function TextEditOverlay({
textAlign: element.textAlign,
letterSpacing: `${canvasLetterSpacing}px`,
lineHeight,
color: "transparent",
color: element.color,
caretColor: element.color,
backgroundColor: shouldShowBackground ? bg.color : "transparent",
minHeight: lineHeightPx,