Hacker0x01 / react-datepicker

A simple and reusable datepicker component for React
https://reactdatepicker.com/
MIT License
7.9k stars 2.23k forks source link

Accessibility: Button Contrast #4788

Open Ibabalola opened 1 month ago

Ibabalola commented 1 month ago

Describe the bug Default buttons within the modal were found to fail minimum non-text contrast requirements. This issue can be found with the previous and next month buttons on the page. Users who find it difficult to differentiate between low contrast colours will have an issue locating the focus on the element.

<button type="button" class="react-datepicker__navigation react-
datepicker__navigation--previous" aria-label="Previous Month"><span class="react-
datepicker__navigation-icon react-datepicker__navigation-icon--previous">Previous
Month</span></button>

To Reproduce Steps to reproduce the behavior:

Open the react date picker via modal or custominput