mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-26 23:31:03 +00:00
fix #530
This commit is contained in:
parent
da3f80289d
commit
14477b4921
@ -6,7 +6,8 @@
|
||||
text1-color
|
||||
text2-color
|
||||
new-messages-count-color]]
|
||||
[status-im.components.tabs.styles :refer [tabs-height]]))
|
||||
[status-im.components.tabs.styles :refer [tabs-height]]
|
||||
[status-im.utils.platform :as p]))
|
||||
|
||||
(def gradient-top-bottom-shadow
|
||||
["rgba(24, 52, 76, 0.165)"
|
||||
@ -115,7 +116,7 @@
|
||||
|
||||
(def list-container
|
||||
{:background-color color-light-gray
|
||||
:margin-bottom 72})
|
||||
:margin-bottom (when p/ios? 72)})
|
||||
|
||||
(def create-icon
|
||||
{:fontSize 20
|
||||
|
Loading…
x
Reference in New Issue
Block a user