Styling for calendar

This commit is contained in:
ajnart
2022-11-29 20:31:28 +09:00
parent 6b5f91d977
commit ed6b188679

View File

@@ -144,12 +144,6 @@ export default function CalendarComponent(props: any) {
margin: 1, margin: 1,
} }
} }
styles={{
calendarHeader: {
marginRight: 40,
marginLeft: 40,
},
}}
allowLevelChange={false} allowLevelChange={false}
dayClassName={(date, modifiers) => cx({ [classes.weekend]: modifiers.weekend })} dayClassName={(date, modifiers) => cx({ [classes.weekend]: modifiers.weekend })}
renderDay={(renderdate) => ( renderDay={(renderdate) => (