Skip to content

Commit

Permalink
fix(exoflex): Use height instead of padding (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshimayoan authored Sep 23, 2019
1 parent 2bb4e41 commit 389b0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/exoflex/src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Button.defaultProps = {

const styles = StyleSheet.create({
contentWrapper: {
padding: 16,
height: 48,
minWidth: 158,
},
});

0 comments on commit 389b0a4

Please sign in to comment.