Skip to content

Commit bd4b92c

Browse files
authored
Merge pull request #18438 from mozilla/fxa-11189
fix(bug): Fix phone number input, dont show country name
2 parents f0dd0fb + e3f02ed commit bd4b92c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/fxa-settings/src/components/InputPhoneNumber

packages/fxa-settings/src/components/InputPhoneNumber/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const InputPhoneNumber = ({
119119
)}
120120
onChange={handleCountryChange}
121121
value={selectedCountry.id}
122-
className={`bg-transparent border border-grey-200 rounded-md py-2 ps-10 w-[60px] me-2 focus:border-blue-400 focus:outline-none focus:shadow-input-blue-focus ${selectedCountry.classNameFlag} bg-no-repeat bg-[length:1.5rem_1rem] bg-[40%_50%]`}
122+
className={`bg-transparent border border-grey-200 rounded-md py-2 ps-10 w-[60px] me-2 focus:border-blue-400 focus:outline-none focus:shadow-input-blue-focus ${selectedCountry.classNameFlag} bg-no-repeat bg-[length:1.5rem_1rem] bg-[40%_50%] text-transparent`}
123123
>
124124
{/* Default country is always first */}
125125
<option

0 commit comments

Comments
 (0)