Adds symptom info screens to each symptom
This commit is contained in:
@@ -229,6 +229,9 @@ export default StyleSheet.create({
|
||||
navigationArrow: {
|
||||
padding: 20
|
||||
},
|
||||
hiddenIcon: {
|
||||
padding: 20
|
||||
},
|
||||
menu: {
|
||||
backgroundColor: primaryColor,
|
||||
alignItems: 'center',
|
||||
@@ -402,6 +405,9 @@ export default StyleSheet.create({
|
||||
marginTop: 20,
|
||||
color: 'grey'
|
||||
},
|
||||
infoButton: {
|
||||
paddingVertical: 20
|
||||
},
|
||||
licensePage: {
|
||||
paddingVertical: 20,
|
||||
paddingHorizontal: 10
|
||||
@@ -442,5 +448,9 @@ export const iconStyles = {
|
||||
infoInHeading: {
|
||||
marginRight: 5,
|
||||
color: 'black'
|
||||
},
|
||||
hiddenIcon: {
|
||||
size: 20,
|
||||
display: 'none'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user