change color wallet default
This commit is contained in:
parent
583e0cc15a
commit
d9a4967c71
5 changed files with 4 additions and 5 deletions
|
|
@ -264,7 +264,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.updateColor = function() {
|
||||
var config = configService.getSync();
|
||||
config.colorFor = config.colorFor || {};
|
||||
self.backgroundColor = config.colorFor[self.walletId] || '#1ABC9C';
|
||||
self.backgroundColor = config.colorFor[self.walletId] || '#2C3E50';
|
||||
var fc = profileService.focusedClient;
|
||||
fc.backgroundColor = self.backgroundColor;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue