mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
chore(StatusChatList): use colorId if color is not provided
This commit is contained in:
parent
60946e66a7
commit
2884b49b36
@ -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…
x
Reference in New Issue
Block a user