This commit is contained in:
dwelle
2023-03-30 14:11:51 +02:00
parent 895f35ae18
commit 9dab749dfd
2 changed files with 8 additions and 6 deletions

View File

@@ -304,7 +304,8 @@ export const textWysiwyg = ({
),
textAlign,
verticalAlign,
color: updatedTextElement.strokeColor,
// color: updatedTextElement.strokeColor,
color: "red",
opacity: updatedTextElement.opacity / 100,
filter: "var(--theme-filter)",
maxHeight: `${editorMaxHeight}px`,