Fix group chat info labels
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
99172607d5
commit
fae604b31f
|
@ -9,7 +9,8 @@
|
|||
{:background-color (colors/alpha colors/blue 0.1)
|
||||
:border-radius 50})
|
||||
|
||||
(def action-label
|
||||
; Action label style is expected to be a fn
|
||||
(defn action-label [_]
|
||||
{:color colors/blue})
|
||||
|
||||
(def action-separator
|
||||
|
@ -18,4 +19,4 @@
|
|||
:margin-left 50})
|
||||
|
||||
(def action-icon-opts
|
||||
{:color colors/blue})
|
||||
{:color colors/blue})
|
||||
|
|
Loading…
Reference in New Issue