1
0
Fork 0

set apple-mobile-web-app-status-bar-style

This commit is contained in:
Matthias Kretschmann 2019-11-09 19:31:30 +01:00
parent d9547cb6b2
commit a575752284
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,11 @@ export default function ThemeSwitch() {
return (
<>
<Helmet>
<meta content={themeColor} name="theme-color" />
<meta name="theme-color" content={themeColor} />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
</Helmet>
<aside className={styles.themeSwitch}>
<label