From a261154889ea67f1700798f28eaa30643e87be2b Mon Sep 17 00:00:00 2001
From: MariaZ <mariya.z@gmail.com>
Date: Sun, 14 Feb 2021 14:55:47 +0100
Subject: [PATCH] Fixes SymptomEditView centering

---
 components/cycle-day/symptom-edit-view.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/cycle-day/symptom-edit-view.js b/components/cycle-day/symptom-edit-view.js
index b6e4195d..a6e0de9b 100644
--- a/components/cycle-day/symptom-edit-view.js
+++ b/components/cycle-day/symptom-edit-view.js
@@ -256,10 +256,10 @@ const styles = StyleSheet.create({
   },
   modalContainer: {
     flex: 1,
-    padding: Spacing.small,
-    paddingBottom: Spacing.base
+    padding: Spacing.base,
   },
   modalWindow: {
+    alignSelf: 'center',
     backgroundColor: 'white',
     borderRadius: 10,
     marginVertical: Sizes.huge * 2,
@@ -284,4 +284,4 @@ const mapStateToProps = (state) => {
 export default connect(
   mapStateToProps,
   null,
-)(SymptomEditView)
\ No newline at end of file
+)(SymptomEditView)
-- 
GitLab