change accent color

This commit is contained in:
Bruno Windels 2020-07-14 20:36:27 +02:00
parent e955feb12d
commit 38549ecf4c
3 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ function urlForColor(color) {
const colorToDataURLCache = new Map();
export function defaultAvatarUrlForString(s) {
const defaultColors = ['#03b381', '#368bd6', '#ac3ba8'];
const defaultColors = ['#0DBD8B', '#368bd6', '#ac3ba8'];
let total = 0;
for (let i = 0; i < s.length; ++i) {
total += s.charCodeAt(i);