Skip to content

Commit

Permalink
Refactor ConnectOverlay component and related styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 6, 2024
1 parent 7a3c824 commit c47f5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const ConnectOverlay: React.FC<Props> = ({
/>
</div>
{ethereumWalletsExpanded && (
<div className="flex m-4 justify-around">
<div className="flex mb-16 m-4 justify-around">
<WalletBadge
walletName="Metamask"
icon={metamaskLogo}
Expand All @@ -219,7 +219,7 @@ const ConnectOverlay: React.FC<Props> = ({
</div>
)}
{tezosWalletsExpanded && (
<div className="flex m-4 justify-around">
<div className="flex mb-16 m-4 justify-around">
<WalletBadge
walletName="Beacon"
icon={metamaskLogo}
Expand Down

0 comments on commit c47f5a5

Please sign in to comment.