From 99a2bf256d65e01593b7ebef19a19893ba00a6b8 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Sat, 22 Aug 2020 14:19:29 +0200 Subject: [PATCH] Fix linter issue --- components/helpers/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,