Background
At the moment, the TextInput doesn't provide a different color when error-hover. We need to include the error-hover state by using the new border-color-error--hover token created in T340119: Checkbox: implement the error state.
User stories
- As a user, I need to know when a TextInput is interactive when error.
Design spec
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 Codex Figma library. This step will be done by a DST member.
- Update the Interaction States in the TextInput Guidelines including the new states
Code
- Update the TextInput in Codex: use the border-color-error--hover token in the`error-hover` state
