mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-19 04:17:29 +08:00
fix: change default theme color
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user