Skip to content
Snippets Groups Projects
Commit 2623fede authored by bl00dymarie's avatar bl00dymarie
Browse files

Merge branch '382-bug-cervical-mucus-title-broken-on-symptom-view' into 'master'

Changes fontSize of titles in SymptomBoxes;

Closes #382

See merge request bloodyhealth/drip!226
parents bfdad895 e8aac6d4
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,10 @@ class SymptomBox extends Component {
>
<View style={[styles.symptomBox, boxActive, disabledStyle]}>
<DripIcon name={this.props.iconName} size={50} color={hasData ? 'white' : 'black'}/>
<AppText style={[textActive, disabledStyle]}>
<AppText
style={[textActive, disabledStyle, {fontSize: 15}]}
numberOfLines={1}
>
{this.props.title.toLowerCase()}
</AppText>
</View>
......
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