Design hotfixes and improvements.
This commit is contained in:
@@ -13,7 +13,7 @@ export async function initNativeShell() {
|
||||
|
||||
try {
|
||||
const { StatusBar, Style } = await import('@capacitor/status-bar');
|
||||
await StatusBar.setBackgroundColor({ color: '#0f766e' }).catch(() => {});
|
||||
await StatusBar.setBackgroundColor({ color: '#27633a' }).catch(() => {});
|
||||
await StatusBar.setStyle({ style: Style.Light }).catch(() => {});
|
||||
} catch {
|
||||
/* plugin not present — fine on web */
|
||||
|
||||
Reference in New Issue
Block a user