feat: change manifest theme color

This commit is contained in:
shinya
2025-06-25 22:33:44 +08:00
parent dbbed5e38f
commit c14cd4022b
2 changed files with 425 additions and 417 deletions

View File

@@ -21,7 +21,7 @@ export default function RootLayout({
return (
<html lang='zh-CN'>
<head>
<meta name='theme-color' content='#ffffffb3' />
<meta name='theme-color' content='#e6f3fb' />
</head>
<body className={`${inter.className} min-h-screen text-gray-900`}>
<AuthProvider>{children}</AuthProvider>