1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-08 20:54:23 +01:00

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

This commit is contained in:
Matthias Kretschmann 2019-11-09 19:32:11 +01:00
parent 7d208934a2
commit be8f668740
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -47,7 +47,11 @@ export default function ThemeSwitch() {
<>
<Helmet>
<body className={darkMode ? 'dark' : null} />
<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>
<Animation className={styles.themeSwitch}>
<label className={styles.checkbox}>