Update topbar color

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-10 15:34:13 -03:00
commit 4c55b8b541
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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) {