about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
authorLogan Rosen <loganrosen@gmail.com>2023-06-05 12:40:13 -0400
committerGitHub <noreply@github.com>2023-06-05 09:40:13 -0700
commit8cc89a5a16b81d617035efe024029ad73637c4fb (patch)
tree961064d91d888b483bec87c2df8c04cbed8ffd40 /app.json
parent48637246c74ec7835d7578028a87a713505b2a4c (diff)
downloadvoidsky-8cc89a5a16b81d617035efe024029ad73637c4fb.tar.zst
Fix dark mode detection on mobile (#852)
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 6d1a8c2e6..265f2f274 100644
--- a/app.json
+++ b/app.json
@@ -10,7 +10,7 @@
     },
     "orientation": "portrait",
     "icon": "./assets/icon.png",
-    "userInterfaceStyle": "light",
+    "userInterfaceStyle": "automatic",
     "splash": {
       "image": "./assets/cloud-splash.png",
       "resizeMode": "cover",