Fixes to text input colors on android

This commit is contained in:
Paul Frazee
2022-12-20 14:29:50 -06:00
parent 279d41fcd1
commit a96562e89c
6 changed files with 16 additions and 0 deletions
+1
View File
@@ -258,6 +258,7 @@ export const ComposePost = observer(function ComposePost({
scrollEnabled
onChangeText={(text: string) => onChangeText(text)}
placeholder={selectTextInputPlaceholder}
placeholderTextColor={colors.gray4}
style={styles.textInput}>
{textDecorated}
</TextInput>