A black square background at the end of Swap confirmation screen (#21372)

This commit is contained in:
Alexander 2024-10-09 20:37:38 +02:00 committed by GitHub
parent 5c44cb6399
commit ad4ea0783f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View File

@ -10,8 +10,12 @@
:height 36
:background-color :transparent})
(def floating-button-page-content-container
{:margin-bottom 168})
(def scroll-view-container
{:padding-bottom 150})
{:flex 1
:padding-bottom 20})
(def content-container
{:padding-top 12
@ -56,5 +60,5 @@
(defn footer-container
[theme]
{:margin-bottom -10
:background-color (colors/theme-colors colors/white colors/neutral-100 theme)})
{:margin-bottom -12
:background-color (colors/theme-colors colors/white colors/neutral-95 theme)})

View File

@ -254,6 +254,7 @@
[rn/view {:style style/container}
[floating-button-page/view
{:footer-container-padding 0
:content-container-style style/floating-button-page-content-container
:header [quo/page-nav
{:icon-name :i/close
:on-press events-helper/navigate-back