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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user