diff --git a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx
index 9cbd27fba..9e06f63e9 100644
--- a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx
+++ b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx
@@ -93,11 +93,7 @@ export default async function IntroSection({
>
-
+
{phoneNumber}
+ return
}
function MailIcon(props: MaterialIconSetIconProps) {
return
diff --git a/packages/booking-flow/lib/components/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css b/packages/booking-flow/lib/components/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css
index ac56a0a7f..beef9592a 100644
--- a/packages/booking-flow/lib/components/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css
+++ b/packages/booking-flow/lib/components/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css
@@ -29,7 +29,7 @@
.link {
display: flex;
gap: var(--Space-x05);
- align-items: center;
+ align-items: baseline;
}
.bookingCodeFilter {
diff --git a/packages/design-system/lib/components/Form/Compositions/ExampleForm.stories.tsx b/packages/design-system/lib/components/Form/Compositions/ExampleForm.stories.tsx
index dadaa69ad..b5037f5ec 100644
--- a/packages/design-system/lib/components/Form/Compositions/ExampleForm.stories.tsx
+++ b/packages/design-system/lib/components/Form/Compositions/ExampleForm.stories.tsx
@@ -611,7 +611,7 @@ function InputShowcase() {
}
+ leftIcon={}
showClearContentIcon
/>
case IconName.Cellphone:
case IconName.Phone:
- return
+ return
case IconName.HairdryerInRoomAllScandic:
return
case IconName.ComplimentaryColdRefreshments:
diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/index.module.css b/packages/design-system/lib/components/Icons/MaterialIcon/index.module.css
deleted file mode 100644
index 84993602d..000000000
--- a/packages/design-system/lib/components/Icons/MaterialIcon/index.module.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.iconWrapper {
- display: flex;
-}
diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/index.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/index.tsx
index 4810f6e94..a3dfa28b3 100644
--- a/packages/design-system/lib/components/Icons/MaterialIcon/index.tsx
+++ b/packages/design-system/lib/components/Icons/MaterialIcon/index.tsx
@@ -2,7 +2,6 @@ import { HTMLAttributes } from "react"
import { MaterialIconName, materialIcons } from "./generated"
import { VariantProps } from "class-variance-authority"
import { iconVariants } from "../variants"
-import styles from "./index.module.css"
export interface MaterialIconProps
extends
@@ -52,12 +51,7 @@ export function MaterialIcon({
const iconClassName = iconVariants({ color })
return (
-
+