|
|
@@ -156,7 +156,7 @@ if (navigator.userAgent.includes('#cordova#')) {
|
|
|
).then(res => {
|
|
|
StatusBar.overlaysWebView(false);
|
|
|
StatusBar.backgroundColorByHexString('#191d27');
|
|
|
- StatusBar.styleDefault();
|
|
|
+ StatusBar.styleLightContent();
|
|
|
});
|
|
|
|
|
|
if (/iphone|ipad|ipod/i.test(navigator.userAgent)) {
|