mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 16:35:49 +01:00
Styling for calendar
This commit is contained in:
@@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user