parent
e9149786c5
commit
6d3ca7f5cd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue