Merge pull request #520 from status-im/bug/#518
Accounts list overlaps with "Switch user" (#518)
This commit is contained in:
commit
da3f80289d
|
@ -22,7 +22,8 @@
|
||||||
{:flex-grow 1})))
|
{:flex-grow 1})))
|
||||||
|
|
||||||
(def account-list
|
(def account-list
|
||||||
{:margin-bottom 20})
|
{:margin-top 75
|
||||||
|
:margin-bottom 110})
|
||||||
|
|
||||||
(def row-separator
|
(def row-separator
|
||||||
{:borderBottomWidth 1
|
{:borderBottomWidth 1
|
||||||
|
|
Loading…
Reference in New Issue