about summary refs log tree commit diff
path: root/src/view/com/composer/text-input
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/composer/text-input')
-rw-r--r--src/view/com/composer/text-input/TextInput.tsx1
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 ec2186572..bd536e1c3 100644
--- a/src/view/com/composer/text-input/TextInput.tsx
+++ b/src/view/com/composer/text-input/TextInput.tsx
@@ -201,6 +201,7 @@ export const TextInput = React.forwardRef(
           onPaste={onPaste}
           onSelectionChange={onSelectionChange}
           placeholder={placeholder}
+          placeholderTextColor={pal.colors.textLight}
           keyboardAppearance={theme.colorScheme}
           multiline
           style={[pal.text, styles.textInput, styles.textInputFormatting]}>