Fix dark mode detection on mobile (#852)

This commit is contained in:
Logan Rosen
2023-06-05 12:40:13 -04:00
committed by GitHub
parent 48637246c7
commit 8cc89a5a16
+1 -1
View File
@@ -10,7 +10,7 @@
},
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/cloud-splash.png",
"resizeMode": "cover",