Fix dark mode detection on mobile (#852)

zio/stable
Logan Rosen 2023-06-05 12:40:13 -04:00 committed by GitHub
parent 48637246c7
commit 8cc89a5a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
},
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/cloud-splash.png",
"resizeMode": "cover",