Skip to content

Commit

Permalink
fix calendar button
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 31, 2024
1 parent 64b1e57 commit 2c2c87f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/ui/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ function Calendar({
...classNames,
}}
components={{
IconLeft: () => <ChevronLeftIcon className="h-4 w-4" />,
IconRight: () => <ChevronRightIcon className="h-4 w-4" />,
PreviousMonthButton: () => <ChevronLeftIcon className="h-4 w-4" />,
NextMonthButton: () => <ChevronRightIcon className="h-4 w-4" />,
}}
{...props}
/>
Expand Down

0 comments on commit 2c2c87f

Please sign in to comment.