From 023feb452e3dba6faa7219e10251924fb617ba94 Mon Sep 17 00:00:00 2001
From: Julia Friesel <julia.friesel@gmail.com>
Date: Sat, 1 Sep 2018 22:49:02 +0200
Subject: [PATCH] Remove old styles

---
 styles/index.js | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/styles/index.js b/styles/index.js
index 55b21c9d..f8f3dc8e 100644
--- a/styles/index.js
+++ b/styles/index.js
@@ -81,17 +81,6 @@ export default StyleSheet.create({
   symptomDataText: {
     fontSize: 12
   },
-  symptomEditRow: {
-    justifyContent: 'space-between',
-    marginBottom: 10,
-  },
-  symptomViewRowInline: {
-    flexDirection: 'row',
-    justifyContent: 'space-between',
-    marginBottom: 10,
-    alignItems: 'center',
-    height: 50
-  },
   header: {
     backgroundColor: primaryColor,
     paddingHorizontal: 15,
-- 
GitLab