fixed rebase mess with default-chat-color
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
a0f707fee2
commit
17053019e3
|
@ -132,7 +132,7 @@
|
|||
:properties {:chat-id :string
|
||||
:name :string
|
||||
:color {:type :string
|
||||
:default default-chat-color}
|
||||
:default colors/default-chat-color}
|
||||
:group-chat {:type :bool
|
||||
:indexed true}
|
||||
:is-active :bool
|
||||
|
|
|
@ -51,4 +51,4 @@
|
|||
(def text black)
|
||||
(def text-gray gray)
|
||||
|
||||
(def default-chat-color :purpule) ;; legacy
|
||||
(def default-chat-color "#a187d5") ;; legacy
|
Loading…
Reference in New Issue