change default color for wallet
This commit is contained in:
parent
7827d33f5a
commit
1c3af263ea
4 changed files with 7 additions and 7 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] || '#2C3E50',
|
||||
color: config.colorFor[c.walletId] || '#7A8C9E',
|
||||
};
|
||||
});
|
||||
self.wallets = lodash.sortBy(ret, 'walletName');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue