Skip to content

Commit

Permalink
fix(wander): shrink icon on connect modal
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 13, 2025
1 parent 6af200f commit dcb096a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function ConnectWalletModal(): JSX.Element {
connect(new WanderWalletConnector());
}}
>
<WanderIcon className="external-icon size-12" />
<WanderIcon className="external-icon size-12 p-3" />
Wander
</button>

Expand Down

0 comments on commit dcb096a

Please sign in to comment.