From 10fdcecf61083c4a21784e8e0ff58e5f985115bc Mon Sep 17 00:00:00 2001 From: MariaZ Date: Sat, 5 Feb 2022 19:02:53 +0100 Subject: [PATCH] Fix buttons on simptom edit view for small screens --- components/common/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%' }