From c68273750581aa46af166eaf029d762829cdc8ff Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 2 Feb 2020 09:30:41 +0100 Subject: [PATCH] Standardized date-picker selected day color --- src/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.scss b/src/index.scss index e3cbf359..b639ddcd 100644 --- a/src/index.scss +++ b/src/index.scss @@ -63,3 +63,11 @@ body, .indivisible { white-space: nowrap; } + +.react-datepicker__day--keyboard-selected { + background-color: $mainColor; + + &:hover { + background-color: darken($mainColor, 12%); + } +}