Skip to content

Commit

Permalink
Changed link to secondary to ensure it adapts correctly to the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
deanhannigan committed Jul 18, 2023
1 parent 7079609 commit 358f415
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<div class="tour-navigation">
{#if typeof tourOnSkip === "function"}
<Link
secondary
quiet
on:click={() => {
skipping = true
Expand All @@ -130,8 +131,10 @@
$goto(tour.endRoute)
}
}}
disabled={skipping}>Skip</Link
disabled={skipping}
>
Skip
</Link>
{/if}
<Button cta on:click={nextStep} disabled={skipping}>
<div>{lastStep ? "Finish" : "Next"}</div>
Expand All @@ -154,9 +157,6 @@
justify-content: end;
align-items: center;
}
.tour-navigation :global(.spectrum-Link) {
color: white;
}
.tour-body :global(.feature-list) {
margin-bottom: 0px;
padding-left: var(--spacing-xl);
Expand Down

0 comments on commit 358f415

Please sign in to comment.