Standardized date-picker selected day color

This commit is contained in:
Alejandro Celaya 2020-02-02 09:30:41 +01:00
parent 46fa3d4345
commit c682737505

View file

@ -63,3 +63,11 @@ body,
.indivisible {
white-space: nowrap;
}
.react-datepicker__day--keyboard-selected {
background-color: $mainColor;
&:hover {
background-color: darken($mainColor, 12%);
}
}