Skip to content

Commit

Permalink
chore: increase horizental gap in donate amount input
Browse files Browse the repository at this point in the history
  • Loading branch information
0xExp-po committed Sep 20, 2024
1 parent 4e19d3c commit b8e749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/components/DonateModal.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Loading from "./utils/Loading.astro";
<h2 id="donate-modal-title" class="text-xl sm:text-2xl font-bold bg-lime py-1 sm:py-2 px-2 rounded-xl w-min">Contribute</h2>
</div>

<div class="flex flex-col gap-1 w-full">
<div class="flex flex-col gap-3 w-full">
<div class="flex w-full">
<button class="amount-button flex-1 bg-zinc-800 border border-zinc-800 text-lg sm:text-xl md:text-2xl font-semibold text-white py-1 rounded-l-lg">10 XLM</button>
<button class="amount-button flex-1 bg-zinc-200 border border-zinc-300 text-lg sm:text-xl md:text-2xl font-semibold text-zinc-600 py-1">100 XLM</button>
Expand Down

0 comments on commit b8e749a

Please sign in to comment.