From 04ec34fc63c64edb932df7049cfd80e24df70a38 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 20 Jan 2026 10:10:05 -0500 Subject: [PATCH] change red for textbox-question error --- src/digital-components/textbox-question/textbox-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 028617e7..85bef043 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -302,7 +302,7 @@ input::-webkit-date-and-time-value { color: #4d5151; } .form-test-error span { - color: #d4281c; + color: $red; font-size: 1rem; font-weight: 400; }