Skip to content
Snippets Groups Projects
Commit 93b47581 authored by Julia Friesel's avatar Julia Friesel
Browse files

Fix menu on calendar view

parent e2b9d4b4
No related branches found
No related tags found
No related merge requests found
......@@ -35,15 +35,11 @@ export default class CalendarView extends Component {
render() {
return (
<View>
<View style={styles.container}>
<CalendarList
onDayPress={this.passDateToDayView.bind(this)}
markedDates={this.state.bleedingDaysInCalFormat}
markingType={'period'}
/>
</View>
</View>
<CalendarList
onDayPress={this.passDateToDayView.bind(this)}
markedDates={this.state.bleedingDaysInCalFormat}
markingType={'period'}
/>
)
}
}
......
......@@ -5,10 +5,6 @@ export const secondaryColor = '#351c4d'
export const fontOnPrimaryColor = 'white'
export default StyleSheet.create({
container: {
justifyContent: 'center',
alignItems: 'center'
},
welcome: {
fontSize: 20,
margin: 30,
......
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