Skip to content

Commit

Permalink
fix(native): center buttons text
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 5, 2020
1 parent f689000 commit 8626dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/junipero-native/lib/Button/index.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default StyleSheet.create({
paddingHorizontal: 20,
paddingVertical: 8,
borderRadius: 2,
textAlign: 'center',
},
button__small: {
alignItems: 'center',
Expand Down

0 comments on commit 8626dfb

Please sign in to comment.