diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue
index 858ddb3e4..bb42d3ca9 100644
--- a/src/digital-components/date-picker/date-picker.vue
+++ b/src/digital-components/date-picker/date-picker.vue
@@ -1108,10 +1108,11 @@ export default {
.month-year {
grid-area: 1 / 1 / 2 / 5;
- font-family: UrbanistBold;
+ font-family: UrbanistSemiBold;
color: $black;
justify-content: left;
margin-bottom: 0.5rem;
+ font-weight:500;
}
.legend {
grid-area: 1 / 5 / 2 / 8;
diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue
index 48dc66ad2..d91472cc5 100644
--- a/src/layouts/schedule/schedule.vue
+++ b/src/layouts/schedule/schedule.vue
@@ -46,7 +46,7 @@
-
+
diff --git a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue
index 469344d04..ce71c3591 100644
--- a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue
+++ b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue
@@ -7,7 +7,6 @@
:questionText="questionText"
:answers="answersToDisplay"
:groupName="groupName"
- buttonTypeString="listCard"
v-model="selectedValue"
:suppressError="suppressError"
:validationRules="validationRules"
@@ -134,4 +133,11 @@ export default {
width: auto;
}
}
+div.appointment-type-question div.button-question div.col div.button-content{
+ padding-left: 0.5rem;
+ padding-right: 0.5rem;
+}
+div.appointment-type-question div.button-question div.question-text span {
+ font-weight: 500;
+}