Fixes to text input colors on android
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user