Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: increase button sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jun 27, 2024
1 parent ce1ec44 commit 7729249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/screens/wallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ function Wallet() {
</div>
<div className="flex items-center gap-4">
<ExternalLink to="https://www.getalby.com/topup">
<Button variant="secondary">
<Button size="lg" variant="secondary">
<PiggyBankIcon className="h-4 w-4 mr-2" />
Topup
</Button>
</ExternalLink>
<Link to="/wallet/receive">
<Button>
<Button size="lg">
<ArrowDownIcon className="h-4 w-4 mr-2" />
Receive
</Button>
</Link>
<Link to="/wallet/send">
<Button>
<Button size="lg">
<ArrowUpIcon className="h-4 w-4 mr-2" />
Send
</Button>
Expand Down

0 comments on commit 7729249

Please sign in to comment.