diff --git a/src/components/Calendar/index.css b/src/components/Calendar/index.css index aaf222b..6a95eab 100644 --- a/src/components/Calendar/index.css +++ b/src/components/Calendar/index.css @@ -581,36 +581,38 @@ .Calendar__day.-selected, .Calendar__day.-selectedStart, .Calendar__day.-selectedEnd { - background: #06BACE; + background: #006C94; color: #fff; } .Calendar__day.-ltr.-selectedStart { border-radius: 0; - border-top-left-radius: 100em; - border-bottom-left-radius: 100em; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; } .Calendar__day.-rtl.-selectedStart { border-radius: 0; - border-top-right-radius: 100em; - border-bottom-right-radius: 100em; + border-top-right-radius: 7px; + border-bottom-right-radius: 7px; } .Calendar__day.-selectedBetween { - background: var(--cl-color-primary-light); - color: var(--cl-color-primary); + background:rgba(0, 108, 148, 0.07); + border-radius: 0; } .Calendar__day.-ltr.-selectedEnd { - border-top-right-radius: 100em; - border-bottom-right-radius: 100em; + border-radius: 0; + border-top-right-radius: 7px; + border-bottom-right-radius: 7px; } .Calendar__day.-rtl.-selectedEnd { - border-top-left-radius: 100em; - border-bottom-left-radius: 100em; + border-radius: 0; + border-top-left-radius: 7px; + border-bottom-left-radius: 7px; } .Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {