Skip to content

Commit

Permalink
fix(ui): Ensure iso button outline renders correctly (#4166)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter authored Sep 13, 2024
1 parent 66bcce3 commit 9ccea9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/dirty-rocks-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/ui/src/common/phone-number-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const PhoneNumberField = React.forwardRef(function PhoneNumberField(
<Button
onPress={() => setOpen(true)}
isDisabled={props.disabled}
className='hover:enabled:bg-gray-2 focus-visible:ring-light-opaque focus-visible:ring-offset-gray-8 flex items-center gap-x-1 rounded-l-md bg-white px-2 py-1 text-base outline-none focus-visible:ring focus-visible:ring-offset-1'
className='hover:enabled:bg-gray-2 focus-visible:ring-light-opaque focus-visible:ring-offset-gray-8 relative flex items-center gap-x-1 rounded-l-md bg-white px-2 py-1 text-base outline-none focus-visible:ring focus-visible:ring-offset-1'
>
<span className='min-w-6 uppercase'>{selectedCountry.iso}</span>
<ChevronUpDownSm className='text-gray-9 size-4' />
Expand Down

0 comments on commit 9ccea9b

Please sign in to comment.