💄(react) fix DatePicker label focused

The label of the DatePicker was not using the specific focus color.
This commit is contained in:
Nathan Vasse
2023-09-06 17:13:06 +02:00
committed by NathanVss
parent cf542e4fa9
commit 6257dd9cbc
7 changed files with 14 additions and 2 deletions

View File

@@ -180,5 +180,6 @@ Here are the custom design tokens defined by the datepicker.
| grid-cell--border-color--today | Border color of the today grid-cell |
| grid-cell--color--today | Value color of the today grid-cell |
| range-selection-background-color | Value color of the selected grid-cells |
| label-color--focus | Label color when focused |
See also [Field](?path=/story/components-forms-field-doc--page)