diff options
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.tsx')
-rw-r--r-- | src/view/com/composer/text-input/TextInput.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 2a40fb518..668b148a4 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -194,6 +194,7 @@ export const TextInput = React.forwardRef( onSelectionChange={onSelectionChange} placeholder={placeholder} keyboardAppearance={theme.colorScheme} + multiline style={[pal.text, styles.textInput, styles.textInputFormatting]}> {textDecorated} </PasteInput> |