Commit 3681ddf
fix(form-field): fix wrong underline color in error state (#11447)
* fix(form-field): fix wrong underline color in error state
Fix wrong color of the form-field undeline when using color=accent and the field is in an invalid state and focused.
Previously when a form-field using the accent color had an error it would show on focus the accent color instead of the warn color.
All other visual elements of the form-field (borders, labels etc) use the warn color in this state.
Closes #11436
* refactor1 parent 103acc4 commit 3681ddf
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments