Skip to content

Commit aa35b3e

Browse files
committed
🎨♿ Fix the color of the keyboard selected date that's also mouse hovered
- Reset the color to white for accessibility reason
1 parent 09af697 commit aa35b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/stylesheets/datepicker.scss‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ h2.react-datepicker__current-month {
506506
$datepicker__selected-color,
507507
$lightness: -5%
508508
);
509+
color: #fff;
509510
}
510511
}
511512

0 commit comments

Comments
 (0)