💄(react) change success text color to comply with RGAA
Previsouly we were not matching the 4.5:1 contrast.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user