Adjust menu styling and remove remnants of navigator

This commit is contained in:
Julia Friesel
2018-08-19 16:47:13 +02:00
parent c744520bd9
commit 87ac1d6b29
4 changed files with 8 additions and 5 deletions
+5 -2
View File
@@ -103,12 +103,15 @@ export default StyleSheet.create({
},
menu: {
backgroundColor: primaryColor,
paddingVertical: 18,
paddingHorizontal: 10,
alignItems: 'center',
justifyContent: 'space-between',
flexDirection: 'row',
},
menuItem: {
alignItems: 'center',
flex: 1,
paddingVertical: 15
},
menuText: {
color: fontOnPrimaryColor
},