[#20475] fix: continue button has extra bottom space

This commit is contained in:
Mohsen 2024-06-25 18:01:06 +03:30
parent 4aa091f2bc
commit c9f2411b70
No known key found for this signature in database
GPG Key ID: 20BACCB8426033CE
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
[ens ens? open-network-preferences address-text])]
[quo/overlay {:type :shell}
[floating-button-page/view
{:footer-container-padding (+ (safe-area/get-bottom) 12)
{:footer-container-padding (if edit? (+ (safe-area/get-bottom) 12) 0)
:header [quo/page-nav
{:type :no-title
:background :blur