From 8a08787d7d14919e03f64621c507ee2981f98cff Mon Sep 17 00:00:00 2001
From: Julia Friesel <julia.friesel@gmail.com>
Date: Tue, 27 Nov 2018 16:12:07 +0100
Subject: [PATCH] Adjust stroke width for home circle

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

diff --git a/styles/index.js b/styles/index.js
index 31e62f72..fc7da663 100644
--- a/styles/index.js
+++ b/styles/index.js
@@ -110,7 +110,7 @@ export default StyleSheet.create({
   },
   homeCircle: {
     borderRadius: 100,
-    borderWidth: 0.5,
+    borderWidth: 1,
     width: 80,
     height: 80,
     alignItems: 'center',
-- 
GitLab