[FIX] Messagebox's placeholder color is too bright (#2968)
This commit is contained in:
parent
cc8dc6a75a
commit
a56dade12b
|
@ -939,7 +939,7 @@ class MessageBox extends Component {
|
||||||
keyboardType='twitter'
|
keyboardType='twitter'
|
||||||
blurOnSubmit={false}
|
blurOnSubmit={false}
|
||||||
placeholder={I18n.t('New_Message')}
|
placeholder={I18n.t('New_Message')}
|
||||||
placeholderTextColor={themes[theme].auxiliaryTintColor}
|
placeholderTextColor={themes[theme].auxiliaryText}
|
||||||
onChangeText={this.onChangeText}
|
onChangeText={this.onChangeText}
|
||||||
onSelectionChange={this.onSelectionChange}
|
onSelectionChange={this.onSelectionChange}
|
||||||
underlineColorAndroid='transparent'
|
underlineColorAndroid='transparent'
|
||||||
|
|
Loading…
Reference in New Issue