diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 2443d67a..17334648 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -291,6 +291,17 @@ input::-webkit-date-and-time-value { } .textbox-question { + &.has-error { + .input-wrapper.has-search-icon { + input.form-control[type='text'] { + border-color: #db0020; + } + button[type='submit'] { + border-color: #db0020; + background-color: #fbe5e9; + } + } + } label { color: $black; font-weight: 600;