bug #6261 - removed blue dot from outgoing payment messages
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
0838867a6f
commit
364b08e3b2
|
@ -80,7 +80,7 @@
|
|||
|
||||
(defn command-amount-currency-separator [outgoing]
|
||||
{:opacity 0
|
||||
:color colors/white})
|
||||
:color (if outgoing colors/blue colors/white)})
|
||||
|
||||
(defn command-send-currency-text [outgoing]
|
||||
{:font-size 22
|
||||
|
|
Loading…
Reference in New Issue