Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Update button text to center align, RN 0.35 seems to have modified this
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabrum committed Oct 18, 2016
1 parent 54b88ed commit 78d8953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ const componentStyles = {
borderRadius: 2
},
text: {
position: 'relative',
top: Platform.OS === 'android' ? 2 : -4
lineHeight: 20
},
spinner: {
alignSelf: 'center'
Expand Down

0 comments on commit 78d8953

Please sign in to comment.