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

@@ -203,6 +203,10 @@
.c__date-picker__wrapper__toggle {
color: var(--c--components--forms-datepicker--border-color--focus) !important;
}
label {
color: var(--c--components--forms-datepicker--label-color--focus);
}
}
&--focused {