Skip to content
Snippets Groups Projects
Commit 32c08c8d authored by Julia Friesel's avatar Julia Friesel Committed by emelko
Browse files

Fix cycle day overview categories inline

parent b8e99194
No related branches found
No related tags found
No related merge requests found
......@@ -120,11 +120,9 @@ export default class DayView extends Component {
</Button>
</View>
</View>
<View style={ styles.itemsInRowSeparatedView }>
<View style={{flex: 1}}>
<Text style={styles.symptomDayView}>Cervix</Text>
</View>
<View style={ styles.singleButtonView }>
<View style={styles.symptomViewRowInline}>
<Text style={styles.symptomDayView}>Cervix</Text>
<View style={ styles.symptomEditButton }>
<Button
onPress={() => this.showView('cervixEditView')}
title={cervixLabel}>
......
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