Fix darkmode placeholder text in composer (#406)

* Remove old comment

* Fix darkmode placeholder text in composer (close #401)
This commit is contained in:
Paul Frazee 2023-04-06 16:48:05 -05:00 committed by GitHub
parent b7648cfe73
commit 1fa9402453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 145 deletions

View file

@ -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]}>