From 369cc964f0dcce8eacdcfe9c601fa0e01cc8bc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Fri, 21 Mar 2025 12:23:57 +0000 Subject: [PATCH] Merged in feat/SW-1888-tripadvisor-link-color (pull request #1594) Feat(SW-1888): Update text colors * feat(SW-188): Update text colors Approved-by: Erik Tiekstra Approved-by: Fredrik Thorsson --- .../HotelPage/IntroSection/index.tsx | 23 ++++++++------ .../IntroSection/introSection.module.css | 31 ++++++++++--------- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx index 439ed36ee..33e8dfd3b 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx @@ -2,9 +2,6 @@ import { Typography } from "@scandic-hotels/design-system/Typography" import { ChevronRightSmallIcon, TripAdvisorIcon } from "@/components/Icons" import Link from "@/components/TempDesignSystem/Link" -import BiroScript from "@/components/TempDesignSystem/Text/BiroScript" -import Body from "@/components/TempDesignSystem/Text/Body" -import Preamble from "@/components/TempDesignSystem/Text/Preamble" import { getIntl } from "@/i18n" import { getSingleDecimal } from "@/utils/numberFormatting" @@ -43,14 +40,18 @@ export default async function IntroSection({
- - {intl.formatMessage({ id: "Welcome to" })} - - -

{hotelName}

+ + + {intl.formatMessage({ id: "Welcome to" })} + + + +

{hotelName}

- {formattedLocationText} + +

{formattedLocationText}

+
{formattedTripAdvisorText && ( @@ -59,7 +60,9 @@ export default async function IntroSection({ )}
- {hotelDescription} + +

{hotelDescription}

+