fix: sync PWA status bar theme-color with app color scheme (#28006)

This commit is contained in:
黑墨水鱼
2026-05-18 00:12:02 +00:00
committed by GitHub
parent 32f37d86f0
commit 71b27a1b0f
6 changed files with 8 additions and 4 deletions
-1
View File
@@ -25,7 +25,6 @@ export default createHandler(() => (
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>OpenCode</title>
<meta name="theme-color" content="#F8F7F7" />
<meta name="theme-color" content="#131010" media="(prefers-color-scheme: dark)" />
{assets}
</head>
<body class="antialiased overscroll-none text-12-regular">