add more colours

This commit is contained in:
bechi 2015-05-29 15:25:41 -03:00
commit e44fbf9634
4 changed files with 4 additions and 4 deletions

View file

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