Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhochu committed Feb 26, 2024
1 parent a4f58a1 commit 06ca658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/WalletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function AccountDetail({ onClose }: { onClose?: () => void }) {
<div className="flex items-center justify-between">
<div className="flex items-center text-xs text-gray-300 xsm:text-sm">
{currentWallet?.metadata?.iconUrl && (
<span className="mr-1">
<span className="mr-1" style={{ marginLeft: -2 }}>
<img src={currentWallet.metadata.iconUrl} className="w-3 h-3 mr-1" alt="" />
</span>
)}
Expand Down

0 comments on commit 06ca658

Please sign in to comment.