parent
e6ee2714d7
commit
de29c6f7d9
|
@ -60,7 +60,10 @@
|
||||||
(conj
|
(conj
|
||||||
acc
|
acc
|
||||||
[rn/view
|
[rn/view
|
||||||
{:style {:background-color colors/primary-50-opa-10 :border-radius 6 :padding-horizontal 3}}
|
{:style {:background-color colors/primary-50-opa-10
|
||||||
|
:border-radius 6
|
||||||
|
:padding-horizontal 3
|
||||||
|
:margin-top -3}}
|
||||||
[rn/text
|
[rn/text
|
||||||
{:style (merge {:color (if (system-text? content-type) quo.colors/black colors/primary-50)}
|
{:style (merge {:color (if (system-text? content-type) quo.colors/black colors/primary-50)}
|
||||||
(if (system-text? content-type) typography/font-regular typography/font-medium))
|
(if (system-text? content-type) typography/font-regular typography/font-medium))
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
|
|
||||||
(defn text-content
|
(defn text-content
|
||||||
[message-data]
|
[message-data]
|
||||||
[rn/view {:accessibility-label :chat-item}
|
[rn/view {:accessibility-label :chat-item :padding-horizontal 12 :padding-vertical 3}
|
||||||
[old-message/render-parsed-text message-data]])
|
[old-message/render-parsed-text message-data]])
|
||||||
|
|
Loading…
Reference in New Issue