diff --git a/src/layouts/provider-preference/provider-preference.vue b/src/layouts/provider-preference/provider-preference.vue index 95a66d96..a5f578e1 100644 --- a/src/layouts/provider-preference/provider-preference.vue +++ b/src/layouts/provider-preference/provider-preference.vue @@ -29,7 +29,7 @@ v-html="scheduleWithOtherText"> diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 8ef464eb..4f01dc5a 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -9,7 +9,7 @@ body { font-size: 16px; letter-spacing: $letter-spacing-primary; background-color: #fff; - color: #4d5151; + color: $body-color; .container-fluid { .prevent-squish { diff --git a/src/styles/ux-variables.scss b/src/styles/ux-variables.scss index 74caa31b..fdec0bf1 100644 --- a/src/styles/ux-variables.scss +++ b/src/styles/ux-variables.scss @@ -119,7 +119,7 @@ $theme-colors: ( ); //Default font color -$body-color: $gray-600; +$body-color: $darker-gray; //Fonts $font-family-sans-serif: Urbanist, Roboto, Arial, sans-serif;