small code clean
This commit is contained in:
parent
ff0307d4ce
commit
45c35733be
|
@ -6,7 +6,8 @@
|
|||
online-color
|
||||
text1-color
|
||||
text2-color
|
||||
new-messages-count-color]]))
|
||||
new-messages-count-color]]
|
||||
[status-im.components.tabs.styles :refer [tab-height]]))
|
||||
|
||||
(def contact-photo-container
|
||||
{:borderRadius 50})
|
||||
|
@ -135,7 +136,7 @@
|
|||
|
||||
(def list-container
|
||||
{:backgroundColor :white
|
||||
:marginBottom 56})
|
||||
:marginBottom tab-height})
|
||||
|
||||
(def create-icon
|
||||
{:fontSize 20
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
title-font
|
||||
text1-color
|
||||
color-white
|
||||
online-color]]))
|
||||
online-color]]
|
||||
[status-im.components.tabs.styles :refer [tab-height]]))
|
||||
|
||||
(def search-icon
|
||||
{:width 17
|
||||
|
@ -15,7 +16,7 @@
|
|||
|
||||
(def contacts-list
|
||||
{:backgroundColor :white
|
||||
:marginBottom 56})
|
||||
:marginBottom tab-height})
|
||||
|
||||
(def contact-photo-container
|
||||
{:borderRadius 50})
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
separator-color
|
||||
text1-color
|
||||
text2-color
|
||||
toolbar-background1]]))
|
||||
toolbar-background1]]
|
||||
[status-im.components.tabs.styles :refer [tab-height]]))
|
||||
|
||||
;; common
|
||||
|
||||
|
@ -59,7 +60,7 @@
|
|||
:paddingBottom 15})
|
||||
|
||||
(def scroll-view-container
|
||||
{:marginBottom 56})
|
||||
{:marginBottom tab-height})
|
||||
|
||||
;; discovery_popular.cljs
|
||||
|
||||
|
|
Loading…
Reference in New Issue