Rename avatar/nameHue funcs to avatar/nameColor

This commit is contained in:
miruka
2019-07-04 16:56:34 -04:00
parent fde7f4aee6
commit 22dfd83d32
3 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ Row {
id: nameLabel
text: senderInfo.displayName || model.senderId
color: Utils.nameHue(avatar.name)
color: Utils.nameColor(avatar.name)
elide: Text.ElideRight
maximumLineCount: 1
horizontalAlignment: isOwn ? Text.AlignRight : Text.AlignLeft