Skip to content

Commit

Permalink
Merge pull request #274 from ivks/master
Browse files Browse the repository at this point in the history
fixing an issue occuring due to a change made in v0.36
  • Loading branch information
xinthink committed Dec 17, 2016
2 parents f65c613 + 8af91c7 commit 1f1e460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mdl/Textfield.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ class Textfield extends Component {
{...inputProps}
style={[{
backgroundColor: MKColor.Transparent,
flex: 1,
alignSelf: 'stretch',
paddingTop: 2, paddingBottom: 2,
marginTop: this.state.inputMarginTop,
Expand Down

0 comments on commit 1f1e460

Please sign in to comment.