Fix group chat info labels

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Vitaliy Vlasov 2019-05-02 20:59:09 +03:00 committed by Andrey Shovkoplyas
parent 99172607d5
commit fae604b31f
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@
{:background-color (colors/alpha colors/blue 0.1) {:background-color (colors/alpha colors/blue 0.1)
:border-radius 50}) :border-radius 50})
(def action-label ; Action label style is expected to be a fn
(defn action-label [_]
{:color colors/blue}) {:color colors/blue})
(def action-separator (def action-separator
@ -18,4 +19,4 @@
:margin-left 50}) :margin-left 50})
(def action-icon-opts (def action-icon-opts
{:color colors/blue}) {:color colors/blue})