davidtran / react-google-flight-datepicker

React date picker inspired by Google Flight
MIT License
385 stars 47 forks source link

Request for Default Text Color Styling Override #65

Closed NoodleSushi closed 1 year ago

NoodleSushi commented 1 year ago

When a project has default styling for button text colors, implementing the datepicker can become problematic. In my case, my project has a default button style which causes all button text to be white. As a result, some text in the datepicker calendar becomes invisible, requiring me to write a separate CSS file to handle the color of the text.

I would like to request that the selectors for monthText, yearText, monthSelectorItemText, and yearSelectorText have default text color styling. This would greatly improve the accessibility and usability of the datepicker in projects with custom button styling.

Thank you in advance.

NoodleSushi commented 1 year ago

sorry wrong repo