diff options
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.web.tsx')
-rw-r--r-- | src/view/com/composer/text-input/TextInput.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/text-input/TextInput.web.tsx b/src/view/com/composer/text-input/TextInput.web.tsx index af0d18743..dbc2f11d2 100644 --- a/src/view/com/composer/text-input/TextInput.web.tsx +++ b/src/view/com/composer/text-input/TextInput.web.tsx @@ -228,7 +228,7 @@ export const TextInput = React.forwardRef(function TextInputImpl( return ( <> <View style={styles.container}> - <EditorContent editor={editor} /> + <EditorContent editor={editor} style={{color: pal.text.color}} /> </View> {isDropping && ( |