mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 21:05:18 +00:00
[#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]))
|
||||
|
||||
(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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user