1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 09:35:21 +01:00

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

View File

@ -41,7 +41,11 @@ export default function ThemeSwitch() {
return ( return (
<> <>
<Helmet> <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> </Helmet>
<aside className={styles.themeSwitch}> <aside className={styles.themeSwitch}>
<label <label