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:
@@ -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
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user