💄(react) change success text color to comply with RGAA

Previsouly we were not matching the 4.5:1 contrast.
This commit is contained in:
Nathan Vasse
2023-05-24 15:32:48 +02:00
committed by NathanVss
parent 9d7ad489ba
commit 9065d6c87b

View File

@@ -21,7 +21,11 @@
}
&--success {
color: var(--c--theme--colors--success-600)
color: var(--c--theme--colors--success-600);
.c__field__text {
color: var(--c--theme--colors--success-800);
}
}
&--full-width {