diff --git a/components/helpers/calendar.js b/components/helpers/calendar.js index 6b91f78..e765dd9 100644 --- a/components/helpers/calendar.js +++ b/components/helpers/calendar.js @@ -66,7 +66,7 @@ const styles = { }, } -const calendarTheme = { +export const calendarTheme = { calendarBackground: Colors.tourquiseLight, dayTextColor: Colors.greyDark, monthTextColor: Colors.purple,