Fix cycle day overview categories inline
This commit is contained in:
@@ -120,11 +120,9 @@ export default class DayView extends Component {
|
|||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View style={ styles.itemsInRowSeparatedView }>
|
<View style={styles.symptomViewRowInline}>
|
||||||
<View style={{flex: 1}}>
|
<Text style={styles.symptomDayView}>Cervix</Text>
|
||||||
<Text style={styles.symptomDayView}>Cervix</Text>
|
<View style={ styles.symptomEditButton }>
|
||||||
</View>
|
|
||||||
<View style={ styles.singleButtonView }>
|
|
||||||
<Button
|
<Button
|
||||||
onPress={() => this.showView('cervixEditView')}
|
onPress={() => this.showView('cervixEditView')}
|
||||||
title={cervixLabel}>
|
title={cervixLabel}>
|
||||||
|
|||||||
Reference in New Issue
Block a user