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; }