Resolve "make app segment styling more consistent"
This commit is contained in:
@@ -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
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user