From fc396ddbaf908b1a43644166ef956031c0173248 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 20 Apr 2022 09:51:12 +0430 Subject: [PATCH] update App.js, src/components/DateRangePicker/index.js and src/components/DateRangePicker/index.scss --- src/App.js | 2 +- src/components/DateRangePicker/index.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 3d821b9..4843b65 100644 --- a/src/App.js +++ b/src/App.js @@ -181,7 +181,7 @@ function App() { */} {/* */} - + {/* */} ); diff --git a/src/components/DateRangePicker/index.scss b/src/components/DateRangePicker/index.scss index ebe7dad..745e52a 100644 --- a/src/components/DateRangePicker/index.scss +++ b/src/components/DateRangePicker/index.scss @@ -40,3 +40,13 @@ color: #12508e !important; font-weight: bold !important; } + +.rmdp-week-day { + color: #3b98f3; + font-size: 9px; +} + +.rmdp-shadow { + box-shadow: none !important; + border: solid 1px #dbdbdb !important; +}