[FIX] Messagebox missing style for text color (#2786)

* Changing auxilaryTintColor

* Changed Placeholder color to BodyText color

* added color prop

* eslint changes

* used array for styles

Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
yash-rajpal 2021-01-20 23:17:50 +05:30 committed by GitHub
parent db5074ab70
commit 4b96d308a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ class MessageBox extends Component {
/>
<TextInput
ref={component => this.component = component}
style={styles.textBoxInput}
style={[styles.textBoxInput, { color: themes[theme].bodyText }]}
returnKeyType='default'
keyboardType='twitter'
blurOnSubmit={false}