Skip to content

Commit

Permalink
Merge pull request #13664 from artsy/dzucconi/fix/phone-number-input
Browse files Browse the repository at this point in the history
fix(phonenumberinput): includes gap
  • Loading branch information
dzucconi authored Apr 2, 2024
2 parents 6e42c84 + f391e7c commit d7a1afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/PhoneNumberInput/PhoneNumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const PhoneNumberInput: React.FC<PhoneNumberInputProps> = ({
)}
</Text>

<Flex>
<Flex gap={1}>
<Box minWidth={120} maxWidth="35%">
<Select
error={!!error}
Expand Down

0 comments on commit d7a1afa

Please sign in to comment.