diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
index be874e5..90adb2d 100644
--- a/android/app/src/main/res/values/styles.xml
+++ b/android/app/src/main/res/values/styles.xml
@@ -13,10 +13,14 @@
- false
- true
- @null
+ - false
+ - @color/colorPrimaryDark
\ No newline at end of file
diff --git a/capacitor.config.ts b/capacitor.config.ts
index e62a5f9..f33194a 100644
--- a/capacitor.config.ts
+++ b/capacitor.config.ts
@@ -5,6 +5,7 @@ const config: CapacitorConfig = {
appName: 'kryz-go',
webDir: 'www',
android: {
+ adjustMarginsForEdgeToEdge: 'force',
buildOptions: {
keystorePath: undefined,
keystoreAlias: undefined,
@@ -12,4 +13,4 @@ const config: CapacitorConfig = {
},
};
-export default config;
+export default config;
\ No newline at end of file
diff --git a/www/index.html b/www/index.html
index fef0b4c..da4e8bd 100644
--- a/www/index.html
+++ b/www/index.html
@@ -2,7 +2,7 @@
-
+