💄(react) change label color when focused ( select, input )

We forgot to implement this behavior when coding these inputs.
This commit is contained in:
Nathan Vasse
2023-05-22 14:53:35 +02:00
committed by NathanVss
parent d79f01fd93
commit 75c6e2e482
8 changed files with 19 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ Here are the custom design tokens defined by the button.
| border-color--hover | Border color of the input on mouse hover |
| border-color--focus | Border color of the input when focus |
| border-style | Border style of the input |
| label-color--focus | Label color when focused |
See also [Field](?path=/story/components-forms-field-doc--page)