Fix avatar default background color

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-26 15:51:01 -03:00
commit 29f1cf84a7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -630,7 +630,7 @@ angular.module('copayApp.services')
name: config.aliasFor[c.walletId] || c.walletName,
id: c.walletId,
network: c.network,
color: config.colorFor[c.walletId] || '#2C3E50'
color: config.colorFor[c.walletId] || '#4A90E2'
};
});
ret = lodash.filter(ret, function(w) {