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