mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
+1
-1
@@ -44,7 +44,7 @@ export default function RootLayout({
|
|||||||
<body className={`min-h-full flex flex-col bg-[#f5f5f7] text-neutral-900 dark:bg-black dark:text-white ${inter.className}`}>
|
<body className={`min-h-full flex flex-col bg-[#f5f5f7] text-neutral-900 dark:bg-black dark:text-white ${inter.className}`}>
|
||||||
<GoogleOAuthProvider clientId="618391854803-gtdbtnf5t78stsmd1724s8c456tfq4lr.apps.googleusercontent.com">
|
<GoogleOAuthProvider clientId="618391854803-gtdbtnf5t78stsmd1724s8c456tfq4lr.apps.googleusercontent.com">
|
||||||
{/* Ensure attribute="class" is set here */}
|
{/* Ensure attribute="class" is set here */}
|
||||||
<ThemeProvider attribute="class" defaultTheme="light" enableSystem>
|
<ThemeProvider attribute="class" defaultTheme="light" enableSystem={true}>
|
||||||
{children}
|
{children}
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
</GoogleOAuthProvider>
|
</GoogleOAuthProvider>
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ export default function AppleStyleAuth() {
|
|||||||
if (!mounted) return null;
|
if (!mounted) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="relative flex min-h-screen items-center justify-center bg-[#f5f5f7] px-4 transition-colors duration-500 dark:bg-black">
|
<div className="relative flex min-h-screen items-center justify-center bg-[#f5f5f7] px-4 py-10 transition-colors duration-500 dark:bg-black">
|
||||||
|
|
||||||
{/* THEME TOGGLE BUTTON */}
|
{/* THEME TOGGLE BUTTON */}
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user