Background
In T337959: Accessibility audit: check the contrast ratio in our Codex components we detected that when there is no placeholder in a TextInput or TextArea, the border color should be enough 3:1 contrast with the background color. This color contrast criteria is documented in the WCAG 2.1 guidelines.
We need to increase the color contrast of the border used in the default state in inputs (TextInput, TextArea).
Design spec
Once a component spec sheet has been created in Figma, remove the note stating that the spec is missing and link to the spec below.
| Component spec sheet |
Open questions
Add here the questions to be answered in order to design and implement the component
Acceptance criteria (or Done)
Design
- Design the Figma spec sheet and add it in this task
- Update the component in the Figma library. This step will be done by a DST member.
Code
- Implement the component in Codex
