diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css index 1c8ac04da..9ca75ef30 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css @@ -10,10 +10,6 @@ gap: var(--Space-x15); } -.title { - color: var(--Text-Interactive-Default); -} - .heartList { list-style-type: none; } diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx index 441bab689..68b770100 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx @@ -24,7 +24,7 @@ export default async function Facility({ data }: FacilityProps) {
{image ? : null}
- +

{translateWellnessType(data.type, intl)}

{details && ( diff --git a/packages/design-system/lib/components/Typography/typography.module.css b/packages/design-system/lib/components/Typography/typography.module.css index d2836d7e2..44273cff7 100644 --- a/packages/design-system/lib/components/Typography/typography.module.css +++ b/packages/design-system/lib/components/Typography/typography.module.css @@ -39,7 +39,7 @@ text-decoration: none; } -.Title-smLowcase { +.Title-smLowCase { font-family: var(--Title-sm-LowCase-Font-family), var(--Title-sm-LowCase-Font-fallback); font-size: var(--Title-sm-LowCase-Size);