disables entries for future datas except note, puts note at the end of the symptom list
This commit is contained in:
@@ -61,6 +61,10 @@ export default StyleSheet.create({
|
||||
symptomTextActive: {
|
||||
color: fontOnPrimaryColor
|
||||
},
|
||||
symptomInFuture: {
|
||||
borderColor: 'lightgrey',
|
||||
color: 'lightgrey'
|
||||
},
|
||||
symptomDataBox: {
|
||||
borderColor: secondaryColor,
|
||||
borderStyle: 'solid',
|
||||
|
||||
Reference in New Issue
Block a user