From f600396248331787542b7fe7fed284d69dcb9421 Mon Sep 17 00:00:00 2001 From: Florian Kleber Date: Wed, 8 Jan 2025 18:28:16 +0100 Subject: [PATCH] feat: add props to ChevronRight icon in DayPicker (#19) --- packages/gatsby-plugin-jaen/src/components/ui/calendar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-jaen/src/components/ui/calendar.tsx b/packages/gatsby-plugin-jaen/src/components/ui/calendar.tsx index 602098aa..9c8486df 100644 --- a/packages/gatsby-plugin-jaen/src/components/ui/calendar.tsx +++ b/packages/gatsby-plugin-jaen/src/components/ui/calendar.tsx @@ -52,8 +52,8 @@ function Calendar({ ...classNames }} components={{ - IconLeft: ({...props}) => , - IconRight: ({...props}) => + IconLeft: ({...props}) => , + IconRight: ({...props}) => }} {...props} />