diff --git a/lib/features/text_editor/widgets/text_editor_input.dart b/lib/features/text_editor/widgets/text_editor_input.dart index 0b5a4836..f7d8d776 100644 --- a/lib/features/text_editor/widgets/text_editor_input.dart +++ b/lib/features/text_editor/widgets/text_editor_input.dart @@ -206,9 +206,7 @@ class _TextEditorInputState extends State { style: widget.selectedTextStyle.copyWith( color: widget.textColor, fontSize: widget.textFontSize, - letterSpacing: 0, decoration: TextDecoration.none, - shadows: [], ), /// If we edit an layer we focus to the textfield after the