Make sure drop text is always positioned correctly

This commit is contained in:
Julia Friesel
2019-05-24 11:23:12 +02:00
parent d13a776970
commit 16b3199892
2 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -125,7 +125,6 @@ export default StyleSheet.create({
marginBottom: defaultBottomMargin,
},
homeElement: {
alignItems: 'center',
marginBottom: 40,
flexDirection: 'row',
},
@@ -133,6 +132,9 @@ export default StyleSheet.create({
alignItems: 'center',
justifyContent: 'center',
},
homeIconAndText: {
justifyContent: 'center'
},
wrapperIcon: {
width: 80,
position: 'absolute'