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)
|
{: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
|
||||||
|
|
Loading…
Reference in New Issue