mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update contact colors
Make default contact color assignments consistent with WhisperSystems/Textsecure@99d3a76b
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
}
|
||||
var initials = title.trim()[0];
|
||||
return {
|
||||
color: Math.abs(this.hashCode()) % 17,
|
||||
color: Math.abs(this.hashCode()) % 18,
|
||||
content: initials
|
||||
};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user