diff --git a/frontend/android/app/src/main/res/values/styles.xml b/frontend/android/app/src/main/res/values/styles.xml
index be874e5..b4ef4a5 100644
--- a/frontend/android/app/src/main/res/values/styles.xml
+++ b/frontend/android/app/src/main/res/values/styles.xml
@@ -13,6 +13,8 @@
- false
- true
- @null
+ - true
+ - #09090b
diff --git a/frontend/capacitor.config.ts b/frontend/capacitor.config.ts
index 2362535..64b0f61 100644
--- a/frontend/capacitor.config.ts
+++ b/frontend/capacitor.config.ts
@@ -20,6 +20,7 @@ const config: CapacitorConfig = {
StatusBar: {
backgroundColor: '#09090b',
style: 'DARK',
+ overlaysWebView: false,
},
PushNotifications: {
presentationOptions: ['badge', 'sound', 'alert'],