diff --git a/components/common/button.js b/components/common/button.js index 4047449..4bd0e6c 100644 --- a/components/common/button.js +++ b/components/common/button.js @@ -61,7 +61,7 @@ const button = { alignItems: 'center', flexDirection: 'row', justifyContent: 'center', - margin: Spacing.base, + marginVertical: Spacing.base, minWidth: '15%' }