💄(react) change label color on state error ( select, input )

We forgot to implement this during the first PRs.
This commit is contained in:
Nathan Vasse
2023-05-24 14:26:49 +02:00
committed by NathanVss
parent 75c6e2e482
commit bc6d085868
2 changed files with 9 additions and 0 deletions

View File

@@ -18,6 +18,10 @@
&--error {
color: var(--c--theme--colors--danger-500);
label, .labelled-box label {
color: var(--c--theme--colors--danger-500);
}
}
&--success {