[#11163] No margin between "Block this user" button and main tabs panel on user profile view on iOS
This commit is contained in:
parent
ae0504cbfa
commit
889d4c16a4
|
@ -2,12 +2,13 @@
|
||||||
(:require [status-im.ui.components.colors :as colors]))
|
(:require [status-im.ui.components.colors :as colors]))
|
||||||
|
|
||||||
(def block-action-label
|
(def block-action-label
|
||||||
{:color colors/red
|
{:color colors/red
|
||||||
:padding-top 26
|
:margin-top 26
|
||||||
:margin-left 16})
|
:margin-bottom 50
|
||||||
|
:margin-left 16})
|
||||||
|
|
||||||
(def contact-profile-details-container
|
(def contact-profile-details-container
|
||||||
{:padding-top 26})
|
{:padding-top 26})
|
||||||
|
|
||||||
(def contact-profile-detail-share-icon
|
(def contact-profile-detail-share-icon
|
||||||
{:color colors/gray-transparent-40})
|
{:color colors/gray-transparent-40})
|
||||||
|
|
Loading…
Reference in New Issue