Skip to content

Commit

Permalink
Merge pull request #62 from 001elijah/calendar-bugfix
Browse files Browse the repository at this point in the history
Calendar bugfix
  • Loading branch information
001elijah committed Jun 29, 2023
2 parents 211358f + 08934fd commit 7f8a3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CalendarColorful/CalendarColorful.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const CalendarColorful = ({ onDate, deadline = String(new Date()) }) => {
selected={Date.parse(startDate)}
calendarClassName={s.calendarConatiner}
popperClassName={s.popperCustomClass}
calendarStartDay={1}
// formatWeekDay={day => day.substr(0, 2)}
customInput={
<CalendarButton
Expand Down

0 comments on commit 7f8a3ee

Please sign in to comment.