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 7b09da93d..08da42abc 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -200,6 +200,7 @@ export const TextInput = forwardRef( placeholderTextColor={pal.colors.textLight} keyboardAppearance={theme.colorScheme} autoFocus={true} + allowFontScaling multiline style={[pal.text, styles.textInput, styles.textInputFormatting]} {...props}> |