Update topbar color
This commit is contained in:
parent
54e3545f6b
commit
4c55b8b541
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ angular.module('copayApp.controllers').controller('bitpayCardController', functi
|
|||
self.sandbox = network == 'testnet' ? true : false;
|
||||
|
||||
if (platformInfo.isCordova && StatusBar.isVisible) {
|
||||
StatusBar.backgroundColorByHexString("#4B6178");
|
||||
StatusBar.backgroundColorByHexString("#293C92");
|
||||
}
|
||||
|
||||
var handleEncryptedWallet = function(client, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue