Merge pull request #3541 from cmgustavo/bug/select-wallet-item-color

Fix avatar default background color
This commit is contained in:
Matias Alejo Garcia 2015-12-01 14:31:10 -03:00
commit 1becb4ae40
1 changed files with 1 additions and 1 deletions

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) {