diff --git a/thaw/src/field/field.css b/thaw/src/field/field.css index f8ee98f..a4dca24 100644 --- a/thaw/src/field/field.css +++ b/thaw/src/field/field.css @@ -37,6 +37,10 @@ color: var(--colorPaletteRedForeground1); } +.thaw-field--error .thaw-spin-button:not(:focus-within), +.thaw-field--error .thaw-select__select:not(:focus-within), +.thaw-field--error .thaw-combobox:not(:focus-within), +.thaw-field--error .thaw-textarea:not(:focus-within), .thaw-field--error .thaw-input:not(:focus-within) { border-color: var(--colorPaletteRedBorder2); }