We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0dd0fb + e3f02ed commit bd4b92cCopy full SHA for bd4b92c
1 file changed
packages/fxa-settings/src/components/InputPhoneNumber/index.tsx
@@ -119,7 +119,7 @@ const InputPhoneNumber = ({
119
)}
120
onChange={handleCountryChange}
121
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%]`}
+ 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`}
123
>
124
{/* Default country is always first */}
125
<option
0 commit comments