parent
e6ee2714d7
commit
de29c6f7d9
|
@ -60,7 +60,10 @@
|
|||
(conj
|
||||
acc
|
||||
[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
|
||||
{: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))
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
|
||||
(defn text-content
|
||||
[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]])
|
||||
|
|
Loading…
Reference in New Issue