niccokunzmann / mundraub-android

📱Android App for Mundraub, Na-Ovoce and other fruit maps
https://f-droid.org/en/packages/eu.quelltext.mundraub/
GNU General Public License v3.0
33 stars 22 forks source link

solve issue of low contrast #326

Closed iris-mobile-accessibility-repair closed 2 years ago

iris-mobile-accessibility-repair commented 2 years ago

The original text color of the component is '#626363', and the contrast between the text color ('#626363') and the background color ('#D6D7D7') does not meet the standard of WCAG 2.1. In other words, this color cannot be easily seen by everyone. So, to solve this problem, our team designed a tool that can automatically detect and repair such problems. The test report and recommended replacement colors ('#5C5D5D') are as follows: ![Uploading image.png…]() The figure on the left is the original page, the figure on the right is the repaired page, and the figure below is the problem detection report. If you think it is useful, please give me feedback. Your feedback is very important to me. We sincerely hope to receive your suggestions and opinions as an app developer.

niccokunzmann commented 2 years ago

@iris-mobile-accessibility-repair Thanks for that modification: Feedback