From 84242e470d0f7d12ad9dc12d33bce4334d068e4b Mon Sep 17 00:00:00 2001 From: bilalesi Date: Thu, 24 Dec 2020 12:41:19 +0100 Subject: [PATCH 1/2] add color to selected date on daySelectionAnimation for background inversion --- example/App.js | 2 +- index.d.ts | 2 ++ src/CalendarDay.js | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/example/App.js b/example/App.js index 3f35314..ae3cd48 100644 --- a/example/App.js +++ b/example/App.js @@ -73,7 +73,7 @@ export default class App extends Component<{}> { Date: Sun, 27 Dec 2020 15:28:39 +0100 Subject: [PATCH 2/2] change single quote to double quote for color of DaySelectionAnimation background --- example/App.js | 2 +- index.d.ts | 2 +- src/CalendarDay.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/App.js b/example/App.js index ae3cd48..5671141 100644 --- a/example/App.js +++ b/example/App.js @@ -73,7 +73,7 @@ export default class App extends Component<{}> {