Orange-OpenSource / Orange-OpenSource/ouds-flutter
[A11Y][Text input] Bottom border too low for text input
Open
@nouha06 is already working on this.
Since May 11, 2026.
⚠️ on hold
🎨 design
🐞 bug
👂 accessibility
🔍 triage
- Dominant language
- Dart
- Stars
- 10
- Forks
- 5
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 9
Description
Prerequisites
- I have searched the backlog for duplicate or closed feature requests
Your test device
Samsung S25
OS Version
Android 16
App version
1.3.0
Describe the issue
Bottom border contrast on text input is not high enough:
- on white background, outline is grey #C7C7C7 which leads to a 1.7:1 contrast ratio instead of 3:1 minimum (on native Android app, the border is correct #575757)
- on dark background, outline is grey #454545 which leads to a 1.9:1 contrast ratio instead of 3:1 minimum (on native app, color is around #ABABAB)
Expected Behavior
Bottom border should have a contrast of 3:1 minimum
Use the same color tokens than native Android app
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.