Make home screen centered

This commit is contained in:
Julia Friesel
2019-06-17 06:38:55 +02:00
parent b21938fdd8
commit c11b80d7fa
+2 -1
View File
@@ -116,7 +116,8 @@ export default StyleSheet.create({
color: fontOnPrimaryColor color: fontOnPrimaryColor
}, },
homeView: { homeView: {
margin: 40, alignItems: 'center',
marginVertical: 40
}, },
homeDescriptionText: { homeDescriptionText: {
width: 200, width: 200,