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; +}