diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index cd94e3024..68e556d53 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -73,6 +73,8 @@ body select { background-position: 95% 50%; background-size: 15px 9px; appearance: none; + font-size: 16px; + color: #000; } body .creditCardSpecific div { padding: 8px 0; diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index 5f21c46dd..ed8e8e14c 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -85,6 +85,8 @@ body { background-position: 95% 50%; background-size: 15px 9px; appearance: none; + font-size: 16px; + color: #000; } .creditCardSpecific { diff --git a/src/digital-components/textarea-question/textarea-question.vue b/src/digital-components/textarea-question/textarea-question.vue index eda3a6f9c..c70dae7f4 100644 --- a/src/digital-components/textarea-question/textarea-question.vue +++ b/src/digital-components/textarea-question/textarea-question.vue @@ -1,29 +1,31 @@ @@ -38,6 +40,10 @@ export default { default: 150, }, modelValue: String, + textAreaLabelCopy: { + type: String, + default: "text area", + }, }, // TODO: At some point in the future we should probably add the tie in to validation here in case the field must be populated for some other use cases setup() {}, @@ -74,7 +80,7 @@ export default { }; -