[Bug][a11y] Insufficient contrast of the orange spinner for button in loading state #437
Open
1 task done
Labels
👂 acessibility
A11y issues or improvements
🐞 bug
Something isn't working
📱 demo app
Update of the Demo App
🧰 library
🔍 triage
A new issue that needs to be treated
Prerequisites
Your test device
iPhone 14 Plus
OS Version
iOS 18.3
App version
0.10.0
App build number
1737966409
App build type
alpha
App orientation
No response
Device language
No response
App language
No response
Describe the issue
On component BUTTON, in loading state, the contrast of the orange (#f16e00) spinner is not sufficient with light background (white or light gray) for mobile use.
Expected Behavior
Mobile recommendation is to reach the WCAG level AAA for color contrast, meaning :
Better to use black color instead for the loader
Accessibility settings
"High contrast" mode doesn't have effect on the component itself.
You could check if the user has enabled this mode thanks to @Environment(.colorSchemeContrast) and increase the contrast of the component
The text was updated successfully, but these errors were encountered: