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
2 changed files with 1 additions and 145 deletions
@@ -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]}>