Skip to content
Snippets Groups Projects
Commit 3621bfb3 authored by tina's avatar tina
Browse files

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
parents feaa7dab f567510b
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ export default class SelectTabGroup extends Component { ...@@ -27,7 +27,7 @@ export default class SelectTabGroup extends Component {
key={i} key={i}
activeOpacity={1} activeOpacity={1}
> >
<View style={styles.radioButtonTextGroup}> <View>
<View style={[ <View style={[
styles.selectTab, styles.selectTab,
firstOrLastStyle, firstOrLastStyle,
......
...@@ -172,9 +172,9 @@ export default StyleSheet.create({ ...@@ -172,9 +172,9 @@ export default StyleSheet.create({
fontFamily: headerFont fontFamily: headerFont
}, },
symptomViewHeading: { symptomViewHeading: {
fontSize: 20, fontWeight: 'bold',
color: 'black', fontFamily: textFontBold,
marginBottom: 5 marginTop: 10
}, },
symptomInfoIcon: { symptomInfoIcon: {
marginRight: 20, marginRight: 20,
...@@ -343,10 +343,10 @@ export default StyleSheet.create({ ...@@ -343,10 +343,10 @@ export default StyleSheet.create({
selectBoxSection: { selectBoxSection: {
flexDirection: 'row', flexDirection: 'row',
flexWrap: 'wrap', flexWrap: 'wrap',
marginVertical: 10, marginTop: 7,
}, },
selectTabGroup: { selectTabGroup: {
marginVertical: 10, marginTop: 7,
flexDirection: 'row' flexDirection: 'row'
}, },
selectTab: { selectTab: {
......
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