From 1fa9402453d4de5577d4f7fdb0b4d807121d033c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 6 Apr 2023 16:48:05 -0500 Subject: Fix darkmode placeholder text in composer (#406) * Remove old comment * Fix darkmode placeholder text in composer (close #401) --- src/view/com/composer/text-input/TextInput.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/com/composer/text-input/TextInput.tsx') 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]}> -- cgit 1.4.1