fix the text colour not being correct issues
This commit is contained in:
parent
6ec818fc11
commit
2fbf2eef3c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue