Style radio button row

This commit is contained in:
Julia Friesel
2018-07-15 23:01:10 +02:00
parent eba5837350
commit 8639208018
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default class Bleeding extends Component {
return (
<View style={styles.symptomEditView}>
<Text style={styles.symptomDayView}>Bleeding</Text>
<View style={{marginTop: 15}}>
<View style={styles.radioButtonRow}>
<RadioForm
radio_props={bleedingRadioProps}
initial={this.state.currentValue}