Resolve "make app segment styling more consistent"

This commit is contained in:
tina
2019-03-12 19:01:35 +00:00
parent feaa7dab56
commit f567510b7b
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} key={i}
activeOpacity={1} activeOpacity={1}
> >
<View style={styles.radioButtonTextGroup}> <View>
<View style={[ <View style={[
styles.selectTab, styles.selectTab,
firstOrLastStyle, firstOrLastStyle,
+5 -5
View File
@@ -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({
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: {