made dollar green default colour for bitcoin cash
This commit is contained in:
parent
9fdaf78c32
commit
be5c7b4728
6 changed files with 31 additions and 14 deletions
|
|
@ -106,7 +106,9 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
},
|
||||
|
||||
bitcoinAlias: 'btc',
|
||||
bitcoinCashAlias: 'bch'
|
||||
bitcoinCashAlias: 'bch',
|
||||
bitcoinWalletColor: '#fab915', // Observatory
|
||||
bitcoinCashWalletColor: '#26B03C' // Dollar Green
|
||||
};
|
||||
|
||||
var configCache = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue