diff --git a/src/digital-components/dropdown-question/dropdown-question.vue b/src/digital-components/dropdown-question/dropdown-question.vue index 643a67a3..d2a19a0c 100644 --- a/src/digital-components/dropdown-question/dropdown-question.vue +++ b/src/digital-components/dropdown-question/dropdown-question.vue @@ -126,7 +126,7 @@ export default { .dropdown-question { label { color: $black; - font-weight: 500; + font-weight: 600; } .form-label { margin-bottom: 0.25rem; diff --git a/src/digital-components/textarea-question/textarea-question.vue b/src/digital-components/textarea-question/textarea-question.vue index 902cd2ca..f63783ea 100644 --- a/src/digital-components/textarea-question/textarea-question.vue +++ b/src/digital-components/textarea-question/textarea-question.vue @@ -143,7 +143,7 @@ export default { .textarea-question { label { color: $black; - font-weight: 500; + font-weight: 600; } .form-test-error span{ color: $red; diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 36b37b69..24d18e8a 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -258,7 +258,7 @@ input::-webkit-date-and-time-value { .textbox-question { label { color: $black; - font-weight: 500; + font-weight: 600; } span { font-weight: 400;