Merged in fix/SW-3550-member-rates-should-only- (pull request #3005)

fix(SW-3550): Treat unlinked User as non-logged user within booking flow

Approved-by: Joakim Jäderberg
This commit is contained in:
Hrishikesh Vaipurkar
2025-10-27 14:34:19 +00:00
parent d259a26b6e
commit 98e67f5eda
7 changed files with 12 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ export type BookingFlowUser =
| (BaseUser & {
type: "partner-sas"
partnerLoyaltyNumber: `EB${string}`
isLinked: boolean
})
| (BaseUser & {
type: "scandic"

View File

@@ -41,7 +41,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Surface-Brand-Primary-1-OnSurface-Accent);
}
}

View File

@@ -15,7 +15,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Surface-Brand-Primary-1-OnSurface-Accent);
}
}

View File

@@ -64,7 +64,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Surface-Brand-Primary-1-OnSurface-Accent);
}
}