mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-28 17:36:38 +00:00
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…
x
Reference in New Issue
Block a user