add more colours
This commit is contained in:
parent
ca2637af13
commit
e95228e37b
4 changed files with 10 additions and 7 deletions
|
|
@ -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] || '#7A8C9E',
|
||||
color: config.colorFor[c.walletId] || '#F38F12',
|
||||
};
|
||||
});
|
||||
self.wallets = lodash.sortBy(ret, 'name');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue