Use realistic icon and set active state

This commit is contained in:
Julia Friesel
2018-08-17 08:59:44 +02:00
parent fae278435a
commit 1c390f784c
3 changed files with 35 additions and 22 deletions
+12
View File
@@ -58,6 +58,12 @@ export default StyleSheet.create({
minWidth: 100,
minHeight: 100,
},
symptomBoxActive: {
backgroundColor: secondaryColor,
},
symptomTextActive: {
color: fontOnPrimaryColor
},
symptomEditRow: {
justifyContent: 'space-between',
marginBottom: 10,
@@ -121,5 +127,11 @@ export const iconStyles = {
navigationArrow: {
size: 45,
color: fontOnPrimaryColor
},
symptomBox: {
size: 40
},
symptomBoxActive: {
color: fontOnPrimaryColor
}
}