Skip to content
Snippets Groups Projects
Commit 9131c7a6 authored by Julia Friesel's avatar Julia Friesel
Browse files

Merge branch 'symptom-header-center' into 'master'

Centers the Symptom header title

Closes #248

See merge request bloodyhealth/drip!119
parents ba817951 57e77341
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ export default function SymptomViewHeader(props) { ...@@ -24,6 +24,7 @@ export default function SymptomViewHeader(props) {
</View > </View >
<FeatherIcon <FeatherIcon
name='info' name='info'
style={styles.symptomInfoIcon}
{...iconStyles.symptomHeaderIcons} {...iconStyles.symptomHeaderIcons}
/> />
</View> </View>
......
...@@ -139,6 +139,10 @@ export default StyleSheet.create({ ...@@ -139,6 +139,10 @@ export default StyleSheet.create({
color: 'black', color: 'black',
marginBottom: 5 marginBottom: 5
}, },
symptomInfoIcon: {
marginRight: 20,
marginLeft: 20
},
symptomBoxImage: { symptomBoxImage: {
width: 50, width: 50,
height: 50 height: 50
...@@ -199,9 +203,6 @@ export default StyleSheet.create({ ...@@ -199,9 +203,6 @@ export default StyleSheet.create({
flexDirection: 'row', flexDirection: 'row',
justifyContent: 'space-between', justifyContent: 'space-between',
}, },
headerSymptom: {
paddingRight: 20
},
navigationArrow: { navigationArrow: {
padding: 20 padding: 20
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment