We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the calendar view displays weeks as either green or red.
This creates numerous accessibility issues especially regarding red/green color blindness, specifically deuteranopia. https://uxdesign.cc/color-blindness-in-user-interfaces-66c27331b858
Essentially a good chuck of users would be unable to discern difference in weeks.
Proposed solution: Remove green weeks altogether. Only change background color if going negative.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the calendar view displays weeks as either green or red.
This creates numerous accessibility issues especially regarding red/green color blindness, specifically deuteranopia.
https://uxdesign.cc/color-blindness-in-user-interfaces-66c27331b858
Essentially a good chuck of users would be unable to discern difference in weeks.
Proposed solution: Remove green weeks altogether. Only change background color if going negative.
The text was updated successfully, but these errors were encountered: