fix: wallet header spacing to match other tabs (#19632)

This commit is contained in:
Brian Sztamfater 2024-04-16 06:31:09 -03:00 committed by GitHub
parent 6872d1a857
commit c8044cd2f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@
(defn home-container
[]
{:margin-top (safe-area/get-top)
{:margin-top (+ (safe-area/get-top) 8)
:flex 1})