From 65e2ee47a59356c8e933dbb9f50046885a458733 Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Thu, 12 Jun 2025 10:51:32 +0000 Subject: [PATCH] Merged in feat/SW-1684-wrong-font-countrycode-dropdown (pull request #2331) fix(SW-1684): set font family phone input dropdown * fix: set font family phone input dropdown * fix: phone input styling Approved-by: Christian Andolf --- .../components/TempDesignSystem/Form/Phone/phone.module.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/scandic-web/components/TempDesignSystem/Form/Phone/phone.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Phone/phone.module.css index b0521c7d4..2e339f51a 100644 --- a/apps/scandic-web/components/TempDesignSystem/Form/Phone/phone.module.css +++ b/apps/scandic-web/components/TempDesignSystem/Form/Phone/phone.module.css @@ -20,7 +20,10 @@ var(--react-international-phone-height) + var(--Spacing-x1) ); --react-international-phone-dial-code-preview-font-size: var( - --typography-Body-Regular-fontSize + --Body-Paragraph-Size + ); + --react-international-phone-dropdown-item-font-size: var( + --Body-Paragraph-Size ); } @@ -48,6 +51,7 @@ border-radius: var(--Corner-radius-md); padding: var(--Spacing-x1) var(--Spacing-x1) var(--Spacing-x1) var(--Spacing-x-one-and-half); + font-family: var(--Body-Paragraph-Font-family); } .phone