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
+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: {