disables entries for future datas except note, puts note at the end of the symptom list

This commit is contained in:
tina
2018-08-31 13:00:39 +02:00
parent 54a3db4096
commit a3c02d30a0
3 changed files with 103 additions and 88 deletions
+4
View File
@@ -61,6 +61,10 @@ export default StyleSheet.create({
symptomTextActive: {
color: fontOnPrimaryColor
},
symptomInFuture: {
borderColor: 'lightgrey',
color: 'lightgrey'
},
symptomDataBox: {
borderColor: secondaryColor,
borderStyle: 'solid',