mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +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>
|
<Helmet>
|
||||||
<body className={darkMode ? 'dark' : null} />
|
<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>
|
</Helmet>
|
||||||
<Animation className={styles.themeSwitch}>
|
<Animation className={styles.themeSwitch}>
|
||||||
<label className={styles.checkbox}>
|
<label className={styles.checkbox}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user