fix(ios): change status-bar-style to default (#2107)

Fixes #2104
This commit is contained in:
Nolan Lawson 2022-02-06 11:53:29 -08:00 committed by GitHub
parent dc8b7c93f3
commit cac792a830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<meta name="mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="{intl.appName}" >
<meta name="apple-mobile-web-app-status-bar-style" content="white" >
<meta name="apple-mobile-web-app-status-bar-style" content="default" >
<!-- inline CSS -->