Adjust menu styling and remove remnants of navigator
This commit is contained in:
+5
-2
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user