Make home screen spacing more consistent

This commit is contained in:
Julia Friesel
2019-02-02 21:51:00 +01:00
parent 0878654e82
commit 14b964443e
2 changed files with 11 additions and 7 deletions
+7 -4
View File
@@ -95,7 +95,6 @@ export default StyleSheet.create({
},
homeView: {
marginHorizontal: 50,
marginTop: 20,
},
button: {
paddingVertical: 10,
@@ -105,13 +104,14 @@ export default StyleSheet.create({
},
homeButton: {
width: 200,
marginTop: 5
},
homeButtonText: {
color: fontOnPrimaryColor
},
homeIconElement: {
alignItems: 'center',
marginBottom: 10
marginTop: 15
},
homeIconTextWrapper: {
alignItems: 'center',
@@ -120,16 +120,19 @@ export default StyleSheet.create({
},
wrapperCycle: {
width: 80,
height: 77
height: 77,
position: 'absolute'
},
wrapperDrop: {
width: 81,
height: 85,
marginTop: 20
marginTop: 20,
position: 'absolute'
},
wrapperCircle: {
width: 80,
height: 80,
position: 'absolute'
},
homeCircle: {
borderRadius: 100,