-
- {title}
-
+
+ {title}
+
{description}
diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx
index 43874531f..1eba33d98 100644
--- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx
+++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx
@@ -3,7 +3,7 @@ import { useIntl } from "react-intl"
import { Divider } from "@scandic-hotels/design-system/Divider"
import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon"
import { OldDSButton as Button } from "@scandic-hotels/design-system/OldDSButton"
-import Subtitle from "@scandic-hotels/design-system/Subtitle"
+import { Typography } from "@scandic-hotels/design-system/Typography"
import { ChildBedMapEnum } from "@scandic-hotels/trpc/enums/childBedMapEnum"
import AdultSelector from "../AdultSelector"
@@ -40,9 +40,9 @@ export function GuestsRoom({
return (
-
- {roomLabel}
-
+
+ {roomLabel}
+
-
- {formatPrice(
- intl,
- memberPrice.pricePerStay ?? 0,
- memberPrice.currency ?? CurrencyEnum.Unknown
- )}
-
+
+
+ {formatPrice(
+ intl,
+ memberPrice.pricePerStay ?? 0,
+ memberPrice.currency ?? CurrencyEnum.Unknown
+ )}
+
+
)}
diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/modal.module.css b/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/modal.module.css
index fe90247f3..79a218387 100644
--- a/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/modal.module.css
+++ b/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/modal.module.css
@@ -21,6 +21,9 @@
gap: var(--Space-x1);
align-items: center;
}
+.redPrice {
+ color: var(--Text-Accent-Primary);
+}
@media screen and (min-width: 768px) {
.modalContent {
diff --git a/packages/booking-flow/lib/components/EnterDetails/Payment/PaymentCallback/TimeoutSpinner/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Payment/PaymentCallback/TimeoutSpinner/index.tsx
index 960e5b085..cceb22516 100644
--- a/packages/booking-flow/lib/components/EnterDetails/Payment/PaymentCallback/TimeoutSpinner/index.tsx
+++ b/packages/booking-flow/lib/components/EnterDetails/Payment/PaymentCallback/TimeoutSpinner/index.tsx
@@ -4,7 +4,6 @@ import { useIntl } from "react-intl"
import { LoadingSpinner } from "@scandic-hotels/design-system/LoadingSpinner"
import Link from "@scandic-hotels/design-system/OldDSLink"
-import Subtitle from "@scandic-hotels/design-system/Subtitle"
import { Typography } from "@scandic-hotels/design-system/Typography"
import { useBookingFlowConfig } from "../../../../../bookingFlowConfig/bookingFlowConfigContext"
@@ -20,12 +19,14 @@ export default function TimeoutSpinner() {
return (
-
- {intl.formatMessage({
- id: "enterDetails.payment.loadingTitle",
- defaultMessage: "Taking longer than usual",
- })}
-
+
+
+ {intl.formatMessage({
+ id: "enterDetails.payment.loadingTitle",
+ defaultMessage: "Taking longer than usual",
+ })}
+
+
(