fix: wallet header spacing to match other tabs (#19632)
This commit is contained in:
parent
6872d1a857
commit
c8044cd2f2
|
@ -23,5 +23,5 @@
|
|||
|
||||
(defn home-container
|
||||
[]
|
||||
{:margin-top (safe-area/get-top)
|
||||
{:margin-top (+ (safe-area/get-top) 8)
|
||||
:flex 1})
|
||||
|
|
Loading…
Reference in New Issue