Merge pull request #1015 from Safelite/feature/kiener/INSR-6047

INSR-8111 | Fix one of the issues
This commit is contained in:
scottkiener-at-safelite 2026-01-22 09:15:35 -05:00 committed by GitHub
commit 2eba76dd00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;