Fix statusbar color

This commit is contained in:
Skylar Ittner 2021-12-04 20:12:26 -07:00
parent 94a5b3c3f2
commit 4ba4cac328

View File

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