From e02ae324ffa37107959a5f0907af3942f6b7fcce Mon Sep 17 00:00:00 2001 From: mahdi Date: Sat, 11 Jun 2022 13:04:00 +0430 Subject: [PATCH] update src/index.scss --- src/index.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index.scss b/src/index.scss index 0541aaa..d808a28 100644 --- a/src/index.scss +++ b/src/index.scss @@ -2856,3 +2856,10 @@ $radkoColor2: #3197ee; color: #3e3e3e; font-size: 11px !important; } + +.rmdp-day.rmdp-selected span:not(.highlight) { + background-color: #ddd; + box-shadow: 0px; + color: #fff; + border-radius: 8px !important; +}