Fix statusbar color

master
Skylar Ittner 2 years ago
parent 94a5b3c3f2
commit 4ba4cac328

@ -105,9 +105,9 @@ function setAppTheme(theme) {
if (platform_type == "cordova" && typeof StatusBar !== 'undefined') {
StatusBar.styleDefault();
if (device.platform == "Android") {
StatusBar.backgroundColorByHexString("#9ebfc9");
StatusBar.backgroundColorByHexString("#ffffff");
} else {
StatusBar.backgroundColorByHexString("#d0f2fc");
StatusBar.backgroundColorByHexString("#ffffff");
}
}
} else if (theme == "dark") {

Loading…
Cancel
Save