Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed Mar 16, 2023
1 parent 80dd366 commit ab4f5c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/components/AddressInputBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ export const AddressInputBar = ({

{parseAddress && (
<div
className="flex py-1 px-5 bg-stone-800"
className="flex py-1 px-5 bg-stone-800 items-center"
style={{ borderTopWidth: 1, borderColor: 'rgba(255,255,255,0.1)' }}>
<div className="px-2">{'->'}</div>
<AddressText address={parseAddress} />
</div>
)}
Expand Down

0 comments on commit ab4f5c7

Please sign in to comment.