diff --git a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue
index ea4a3d07e..ee8dd6945 100644
--- a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue
+++ b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue
@@ -136,7 +136,7 @@ export default {
position: relative;
color: $blue;
border: none;
- font-weight: 900;
+ font-family: UrbanistSemibold;
font-size: 0.875rem;
text-align: left;
display: inline-block;
@@ -154,7 +154,6 @@ export default {
&.btn {
&.btn-secondary {
- font-weight: 900;
border: none;
&:hover,
&:active,
@@ -183,6 +182,17 @@ export default {
// fixes flicker while transitioning between states
transition: background 0s 0s ease-in-out;
}
+
+ &.open-save-progress-button {
+ span {
+ color: $gray-600;
+ font-family: UrbanistRegular;
+ .highlighted-words {
+ font-family: UrbanistSemibold;
+ color: $blue;
+ }
+ }
+ }
}
.modal.modal-component .modal-dialog .modal-content {
diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue
index b2547d5e6..9b0cb21ca 100644
--- a/src/layouts/customer-details/customer-details.vue
+++ b/src/layouts/customer-details/customer-details.vue
@@ -43,8 +43,6 @@
cmsWidgetName="TextMeQuestionWidget"
v-model="isSmsOptIn" />
-
-
diff --git a/src/ux-components/button-main/button-main.vue b/src/ux-components/button-main/button-main.vue
index 1ebe5658f..d83758482 100644
--- a/src/ux-components/button-main/button-main.vue
+++ b/src/ux-components/button-main/button-main.vue
@@ -8,7 +8,7 @@
isLoaderDisplayed && !suppressLoader ? 'has-loader' : '',
]"
@click="clicked">
- {{ this.buttonText }}
+