Add remaining menu items and icons
This commit is contained in:
+9
-2
@@ -104,11 +104,14 @@ export default StyleSheet.create({
|
||||
menu: {
|
||||
backgroundColor: primaryColor,
|
||||
paddingVertical: 18,
|
||||
paddingHorizontal: 15,
|
||||
paddingHorizontal: 10,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-evenly',
|
||||
justifyContent: 'space-between',
|
||||
flexDirection: 'row',
|
||||
},
|
||||
menuText: {
|
||||
color: fontOnPrimaryColor
|
||||
},
|
||||
headerCycleDay: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between'
|
||||
@@ -163,5 +166,9 @@ export const iconStyles = {
|
||||
},
|
||||
symptomBoxActive: {
|
||||
color: fontOnPrimaryColor
|
||||
},
|
||||
menuIcon: {
|
||||
size: 20,
|
||||
color: fontOnPrimaryColor
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user