Calendar sidebar: padding via MUI, sticky Create Event button; DateCalendar width 100%; Create button full width (#227)

This commit is contained in:
lenhanphung
2025-10-21 17:16:08 +07:00
committed by GitHub
parent 6411ed636b
commit c27a52f479
2 changed files with 29 additions and 9 deletions
+1
View File
@@ -59,6 +59,7 @@ export function MiniCalendar({
);
}}
views={["month", "day"]}
sx={{ width: "100%" }}
slotProps={{
day: (ownerState) => {
const date = ownerState.day.toDate();