We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798b7ae commit 01fab4cCopy full SHA for 01fab4c
1 file changed
src/styles/components/_datepicker-custom.scss
@@ -64,5 +64,9 @@
64
65
.react-datepicker__month-read-view,
66
.react-datepicker__year-read-view {
67
- color: variables.$color-black,
+ color: variables.$color-white;
68
+ background: variables.$color-gray;
69
+ &:hover {
70
+ background: variables.$color-darkgray;
71
+ }
72
}
0 commit comments