Fix build issue from pull request #193

This commit is contained in:
Larvey
2022-06-11 19:16:03 -04:00
committed by GitHub
parent 06531e0fb8
commit 08799aac18

View File

@@ -100,7 +100,7 @@ export default function CalendarComponent(props: any) {
dayStyle={(date) =>
date.getDay() === today.getDay() && date.getDate() === today.getDate()
? { backgroundColor: '#2C2E33' }
: null
: {}
}
dayClassName={(date, modifiers) =>
cx({ [classes.weekend]: modifiers.weekend })