Merge branch 'symptom-header-center' into 'master'
Centers the Symptom header title Closes #248 See merge request bloodyhealth/drip!119
This commit is contained in:
@@ -24,6 +24,7 @@ export default function SymptomViewHeader(props) {
|
||||
</View >
|
||||
<FeatherIcon
|
||||
name='info'
|
||||
style={styles.symptomInfoIcon}
|
||||
{...iconStyles.symptomHeaderIcons}
|
||||
/>
|
||||
</View>
|
||||
|
||||
+4
-3
@@ -139,6 +139,10 @@ export default StyleSheet.create({
|
||||
color: 'black',
|
||||
marginBottom: 5
|
||||
},
|
||||
symptomInfoIcon: {
|
||||
marginRight: 20,
|
||||
marginLeft: 20
|
||||
},
|
||||
symptomBoxImage: {
|
||||
width: 50,
|
||||
height: 50
|
||||
@@ -199,9 +203,6 @@ export default StyleSheet.create({
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
headerSymptom: {
|
||||
paddingRight: 20
|
||||
},
|
||||
navigationArrow: {
|
||||
padding: 20
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user