Transforms labels to lowercase

This commit is contained in:
mashazyu
2018-12-03 19:19:05 +01:00
parent 28a809fb5c
commit 55acd26a39
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ class SymptomBox extends Component {
<View style={[styles.symptomBox, boxActive, disabledStyle]}>
<DripIcon name={this.props.iconName} size={50} color={d ? 'white' : 'black'}/>
<AppText style={[textActive, disabledStyle]}>
{this.props.title}
{this.props.title.toLowerCase()}
</AppText>
</View>
<View style={[styles.symptomDataBox, disabledStyle]}>