Skip to content

Commit

Permalink
(#58) Fix DatePicker Calendar text color
Browse files Browse the repository at this point in the history
  • Loading branch information
JinJu committed Dec 7, 2023
1 parent cdf3923 commit ce5ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/DatePicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const InputDatePicker = ({
currentMonth,
disabledDates,
useTab = false,
disabled = true,
disabled = false,
onToggle,
onClose,
onDateClick,
Expand Down

0 comments on commit ce5ab7e

Please sign in to comment.