Skip to content

Commit

Permalink
enhancement(input): move android underline color above spread attrib…
Browse files Browse the repository at this point in the history
…utes (#1241)
  • Loading branch information
Michael Jasinski authored and iRoachie committed Jun 4, 2018
1 parent 14e70ce commit be51a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ class Input extends Component {
</View>
)}
<TextInput
underlineColorAndroid="transparent"
{...attributes}
ref={this._inputRef}
underlineColorAndroid="transparent"
style={[styles.input, inputStyle]}
/>
{rightIcon && (
Expand Down

0 comments on commit be51a98

Please sign in to comment.