Skip to content

Commit

Permalink
[FIX] Messagebox missing style for text color (#2786)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
yash-rajpal and diegolmello authored Jan 20, 2021
1 parent db5074a commit 4b96d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/MessageBox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4b96d30

Please sign in to comment.