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:
parent
7d208934a2
commit
be8f668740
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user