Signed-off-by: yenda <eric@status.im>
This commit is contained in:
zefeng huang 2018-09-26 14:55:50 +08:00 committed by yenda
parent e9149786c5
commit 6d3ca7f5cd
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
2 changed files with 10 additions and 5 deletions

View File

@ -53,10 +53,12 @@
:justify-content :center
:margin-bottom 2})
(def chat-name-text
(defstyle chat-name-text
{:color component.styles/color-black
:line-height 18
:font-size 15})
:android {:font-size 15
:line-height 20}
:ios {:font-size 16
:line-height 22}})
(def group-icon
{:margin-top 4

View File

@ -69,9 +69,12 @@
:flex 1
:margin-right 4})
(def name-text
(defstyle name-text
{:color component.styles/text1-color
:font-size 16})
:android {:font-size 16
:height 26}
:ios {:font-size 17
:height 26}})
(defstyle private-group-icon-container
{:width 20