Adjust stroke width for home circle

This commit is contained in:
Julia Friesel
2018-11-27 16:12:07 +01:00
parent 4f4d930c8e
commit 8a08787d7d
+1 -1
View File
@@ -110,7 +110,7 @@ export default StyleSheet.create({
}, },
homeCircle: { homeCircle: {
borderRadius: 100, borderRadius: 100,
borderWidth: 0.5, borderWidth: 1,
width: 80, width: 80,
height: 80, height: 80,
alignItems: 'center', alignItems: 'center',