mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 10:34:42 +08:00
fix: change default theme color
This commit is contained in:
@@ -21,7 +21,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang='zh-CN'>
|
||||
<head>
|
||||
<meta name='theme-color' content='#e6f3fb' />
|
||||
<meta name='theme-color' content='#f9fbfe' />
|
||||
</head>
|
||||
<body className={`${inter.className} min-h-screen text-gray-900`}>
|
||||
<AuthProvider>{children}</AuthProvider>
|
||||
|
||||
Reference in New Issue
Block a user