mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
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…
x
Reference in New Issue
Block a user