From c5363f588ffcb290305903448127ce186b4a1319 Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Thu, 17 Jan 2019 17:18:41 +0100 Subject: [PATCH] Increase borderWith of circle icon --- styles/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.js b/styles/index.js index ad7cd10..f83aae0 100644 --- a/styles/index.js +++ b/styles/index.js @@ -132,7 +132,7 @@ export default StyleSheet.create({ }, homeCircle: { borderRadius: 100, - borderWidth: 0.7, + borderWidth: 2.3, width: 80, height: 80, alignItems: 'center',