From ac9ff0dc03bbfcf9c3bc405bb2773076d2508662 Mon Sep 17 00:00:00 2001
From: Julia Friesel <julia.friesel@gmail.com>
Date: Sat, 1 Sep 2018 19:53:54 +0200
Subject: [PATCH] Correct style

---
 styles/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/styles/index.js b/styles/index.js
index 77ad045d..55b21c9d 100644
--- a/styles/index.js
+++ b/styles/index.js
@@ -211,7 +211,7 @@ export default StyleSheet.create({
     marginVertical: 10,
   },
   selectTabGroup: {
-    marginTop: 10,
+    marginVertical: 10,
     flexDirection: 'row'
   },
   selectTab: {
-- 
GitLab