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>
<textLink
class="underlined-text"
linkType="navigation"
linkType="text"
text="Find another shop"
href="#"
@clickEvent="findAnotherShopClicked" />

View file

@ -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 {

View file

@ -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;