Add color hash for user avatar backgrounds

This commit is contained in:
Gabe Kangas
2020-06-15 13:41:37 -07:00
parent a9f8ee9956
commit 08d20a1096
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ class Message {
return this.addNewlines(linked);
}
userColor() {
return colorForString(this.author);
return messageBubbleColorForString(this.author);
}
toModel() {