fix: change default theme color

This commit is contained in:
shinya
2025-06-26 01:22:49 +08:00
parent 2c71d76e00
commit 1eb266e379

View File

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