change red for textbox-question error

This commit is contained in:
Bill Richardson 2026-01-20 10:10:05 -05:00
parent 010305f0de
commit 04ec34fc63

View file

@ -302,7 +302,7 @@ input::-webkit-date-and-time-value {
color: #4d5151; color: #4d5151;
} }
.form-test-error span { .form-test-error span {
color: #d4281c; color: $red;
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;
} }