Skip to content

Commit

Permalink
minor addressbook style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paur94 committed Dec 27, 2024
1 parent 6836973 commit a119d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Input/Address/AddressPicker/AddressBook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type AddressBookProps = {
const AddressBook: FC<AddressBookProps> = ({ addressBook, onSelectAddress, destination, destination_address, partner }) => {

return (
<div className="text-left">
<div className="text-left !mt-1">
<CommandWrapper>
<CommandList>
<CommandGroup
Expand Down
2 changes: 1 addition & 1 deletion components/Input/Address/AddressPicker/AddressWithIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const AddressWithIcon: FC<Props> = ({ addressItem, connectedWallet, partner, net
<ExtendedAddress address={addressItem.address} network={network} />
</div>
<div className="text-secondary-text w-full min-w-0 mt-1">
<div className="inline-flex items-center gap-1.5">
<div className="flex items-center gap-1.5">
{itemDescription?.icon && (
<itemDescription.icon className="rounded flex-shrink-0 h-4 w-4" />
)}
Expand Down

0 comments on commit a119d5b

Please sign in to comment.