change color wallet default

This commit is contained in:
bechi 2015-04-16 11:54:22 -03:00
commit d9a4967c71
5 changed files with 4 additions and 5 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] || '#1ABC9C',
color: config.colorFor[c.walletId] || '#2C3E50',
};
});
self.wallets = lodash.sortBy(ret, 'walletName');