diff --git a/src/components/DateRangePicker/index.scss b/src/components/DateRangePicker/index.scss index fc7ae09..a5932e2 100644 --- a/src/components/DateRangePicker/index.scss +++ b/src/components/DateRangePicker/index.scss @@ -9,6 +9,15 @@ box-shadow: none !important; } +.rmdp-day { + color: #1073d5 !important; +} + +.rmdp-day.rmdp-deactive, +.rmdp-day.rmdp-disabled { + color: #8798ad !important; +} + .rmdp-arrow-container .rmdp-arrow { border: solid #fff; border-width: 0 2px 2px 0; @@ -54,3 +63,9 @@ box-shadow: none !important; border: solid 1px #dbdbdb !important; } + +.rmdp-day.rmdp-today span { + background: #f7f7f7 !important; + color: #3b98f3 !important; + border-radius: 4px !important; +}