Add remaining menu items and icons

This commit is contained in:
Julia Friesel
2018-08-19 16:31:23 +02:00
parent a67bfda43f
commit d731bbbec4
2 changed files with 29 additions and 21 deletions
+9 -2
View File
@@ -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
}
}