Skip to content

Commit

Permalink
enhancement: improve padding on wallet tab when app is minimum size (#…
Browse files Browse the repository at this point in the history
…7527)

* fix: remove padding-bottom

* styke: polish padding

---------

Co-authored-by: Begoña Alvarez <[email protected]>
  • Loading branch information
evavirseda and begonaalvarezd authored Oct 10, 2023
1 parent e228afa commit 15a1ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
on:click={onReceiveClick}
>
<Text type="h5" fontWeight={FontWeight.semibold} classes="text-left">{localize('general.receiveFunds')}</Text>
<inner-box class="w-full flex flex-col items-center space-y-6 pt-7 pb-6">
<inner-box class="w-full flex flex-col items-center space-y-6 py-4">
<QR data={receiveAddress} />
<AddressBox
bind:this={addressBoxElement}
Expand Down

0 comments on commit 15a1ca6

Please sign in to comment.