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