Merge branch 'develop' into feature/INSR-8118

This commit is contained in:
Jeremy-Z 2026-01-22 10:38:27 -05:00
commit 44caf8ab52
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
v-html="scheduleWithOtherText"></div> v-html="scheduleWithOtherText"></div>
<textLink <textLink
class="underlined-text" class="underlined-text"
linkType="navigation" linkType="text"
text="Find another shop" text="Find another shop"
href="#" href="#"
@clickEvent="findAnotherShopClicked" /> @clickEvent="findAnotherShopClicked" />

View file

@ -9,7 +9,7 @@ body {
font-size: 16px; font-size: 16px;
letter-spacing: $letter-spacing-primary; letter-spacing: $letter-spacing-primary;
background-color: #fff; background-color: #fff;
color: #4d5151; color: $body-color;
.container-fluid { .container-fluid {
.prevent-squish { .prevent-squish {

View file

@ -119,7 +119,7 @@ $theme-colors: (
); );
//Default font color //Default font color
$body-color: $gray-600; $body-color: $darker-gray;
//Fonts //Fonts
$font-family-sans-serif: Urbanist, Roboto, Arial, sans-serif; $font-family-sans-serif: Urbanist, Roboto, Arial, sans-serif;