Some texts in the app have too low contrast, some people will therefore have trouble reading such texts. WCAG formulates that text should have a contrast ration of at least 7 : 1, except for large text (at least 18pt or 14pt bold) which can have a lower contrast 4,5 : 1 (level AAA of WCAG).
- Headings of sections on the Explore page have a contrast ratio of 3,65 : 1
- Subtitles in Nearby have a contrast ration of 3,65 : 1
- Additional information in language selection has a contrast ratio of 3,65 : 1
- The “Search Wikipedia” boilerplate text has a contrast ratio of 1,92 : 1
- The Search Wikipedia edit field has a contrast ration of: 1,74 : 1
(This was tested rAPIOS44e76753b09c in late December so the numbers might not be entirely up to date, but it is evident that contrast is still low in these circumstances with current version too.)
The solution is to darken these colours to increase contrast above the 7 : 1 threshold when Darken colours is turned on in iOS Settings -> General -> Accessibility -> Increase Contrast -> Darken Colours. See [[ UIAccessibilityDarkerSystemColorsEnabled | UIAccessibilityDarkerSystemColorsEnabled ]] and UIAccessibilityDarkerSystemColorsStatusDidChangeNotification.
It remains to identify all the places where this is needed.