Force transparent color for timestamp android
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
parent
13e46c2fb0
commit
f7ec945c56
|
@ -32,7 +32,7 @@
|
|||
|
||||
(defn message-timestamp-placeholder
|
||||
[]
|
||||
(merge message-timestamp {:opacity 0}))
|
||||
(merge message-timestamp {:opacity 0 :color "rgba(0,0,0,0)"}))
|
||||
|
||||
(defn message-timestamp-text
|
||||
[justify-timestamp? outgoing rtl?]
|
||||
|
|
Loading…
Reference in New Issue