[#11163] No margin between "Block this user" button and main tabs panel on user profile view on iOS

This commit is contained in:
andrey 2020-09-15 14:29:41 +02:00
parent ae0504cbfa
commit 889d4c16a4
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 5 additions and 4 deletions

View File

@ -2,12 +2,13 @@
(:require [status-im.ui.components.colors :as colors]))
(def block-action-label
{:color colors/red
:padding-top 26
:margin-left 16})
{:color colors/red
:margin-top 26
:margin-bottom 50
:margin-left 16})
(def contact-profile-details-container
{:padding-top 26})
{:padding-top 26})
(def contact-profile-detail-share-icon
{:color colors/gray-transparent-40})