💄(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

@@ -25,4 +25,5 @@ export const tokens = (defaults: DefaultTokens) => ({
defaults.theme.colors["greyscale-100"],
"grid-cell--border-color--today": defaults.theme.colors["primary-600"],
"grid-cell--color--today": defaults.theme.colors["primary-600"],
"label-color--focus": defaults.theme.colors["primary-600"],
});