small code clean

This commit is contained in:
Adrian Tiberius 2016-05-23 13:13:06 +03:00
parent ff0307d4ce
commit 45c35733be
3 changed files with 40 additions and 37 deletions

View File

@ -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

View File

@ -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})

View File

@ -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