chore(StatusChatList): use colorId if color is not provided
This commit is contained in:
parent
a8e1ed863c
commit
394040a039
|
@ -105,7 +105,7 @@ Column {
|
|||
selected: model.active
|
||||
|
||||
icon.emoji: model.emoji
|
||||
icon.color: model.color
|
||||
icon.color: !!model.color ? model.color : Theme.palette.userCustomizationColors[model.colorId]
|
||||
image.isIdenticon: false
|
||||
image.source: model.icon
|
||||
ringSettings.ringSpecModel: model.colorHash
|
||||
|
|
Loading…
Reference in New Issue