change default color for wallet

This commit is contained in:
bechi 2015-05-11 10:18:18 -03:00
commit 1c3af263ea
4 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@ angular.module('copayApp.controllers').controller('sidebarController',
n: c.n,
name: c.walletName,
id: c.walletId,
color: config.colorFor[c.walletId] || '#2C3E50',
color: config.colorFor[c.walletId] || '#7A8C9E',
};
});
self.wallets = lodash.sortBy(ret, 'walletName');