change(ui) - date picker hover color

This commit is contained in:
Shekar Siri 2022-08-16 16:19:18 +02:00
parent 966f3bc556
commit 260bf0e992

View file

@ -5,4 +5,9 @@
.DateRangePicker__CalendarSelection {
background-color: $teal !important;
border-color: $teal !important;
}
.DateRangePicker__Date .DateRangePicker__CalendarHighlight--single {
border-color: $teal !important;
}