diff options
author | Logan Rosen <loganrosen@gmail.com> | 2023-06-05 12:40:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 09:40:13 -0700 |
commit | 8cc89a5a16b81d617035efe024029ad73637c4fb (patch) | |
tree | 961064d91d888b483bec87c2df8c04cbed8ffd40 /app.json | |
parent | 48637246c74ec7835d7578028a87a713505b2a4c (diff) | |
download | voidsky-8cc89a5a16b81d617035efe024029ad73637c4fb.tar.zst |
Fix dark mode detection on mobile (#852)
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 2 |
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", |