change color wallet default
This commit is contained in:
parent
583e0cc15a
commit
d9a4967c71
5 changed files with 4 additions and 5 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue