Merge branch '322-make-app-segment-title-styling-more-consistent' into 'master'

Resolve "make app segment styling more consistent"

Closes #322

See merge request bloodyhealth/drip!193
This commit is contained in:
tina
2019-03-12 19:01:35 +00:00
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default class SelectTabGroup extends Component {
key={i}
activeOpacity={1}
>
<View style={styles.radioButtonTextGroup}>
<View>
<View style={[
styles.selectTab,
firstOrLastStyle,
+5 -5
View File
@@ -172,9 +172,9 @@ export default StyleSheet.create({
fontFamily: headerFont
},
symptomViewHeading: {
fontSize: 20,
color: 'black',
marginBottom: 5
fontWeight: 'bold',
fontFamily: textFontBold,
marginTop: 10
},
symptomInfoIcon: {
marginRight: 20,
@@ -343,10 +343,10 @@ export default StyleSheet.create({
selectBoxSection: {
flexDirection: 'row',
flexWrap: 'wrap',
marginVertical: 10,
marginTop: 7,
},
selectTabGroup: {
marginVertical: 10,
marginTop: 7,
flexDirection: 'row'
},
selectTab: {