From 3c02dd77bb4ad22457cf6f9717a2c38a43853f34 Mon Sep 17 00:00:00 2001 From: MariaZ Date: Sun, 6 Feb 2022 11:19:08 +0100 Subject: [PATCH] Update buttons styling to make them not that horizontally big --- components/common/button.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/common/button.js b/components/common/button.js index 4bd0e6c..6c35043 100644 --- a/components/common/button.js +++ b/components/common/button.js @@ -58,10 +58,11 @@ const textSmall = { } const button = { - alignItems: 'center', + alignSelf: 'center', flexDirection: 'row', justifyContent: 'center', - marginVertical: Spacing.base, + marginTop: Spacing.base, + paddingHorizontal: Spacing.base, minWidth: '15%' }