[FIX] Messagebox's placeholder color is too bright (#2968)

This commit is contained in:
Diego Mello 2021-03-05 13:21:18 -03:00 committed by GitHub
parent cc8dc6a75a
commit a56dade12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'