Skip to content

Commit

Permalink
fix: calendar component button icons
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Oct 21, 2024
1 parent 8a7a088 commit ca39e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/src/components/ui/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ function Calendar({ className, classNames, showOutsideDays = true, ...props }: C
...classNames,
}}
components={{
IconLeft: ({ ...props }) => <ChevronLeft className="h-4 w-4" />,
IconRight: ({ ...props }) => <ChevronRight className="h-4 w-4" />,
NextMonthButton: ({ ...props }) => <ChevronRight className="h-4 w-4" />,
PreviousMonthButton: ({ ...props }) => <ChevronLeft className="h-4 w-4" />,
}}
{...props}
/>
Expand Down

0 comments on commit ca39e8f

Please sign in to comment.