Fix menu on calendar view
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user