diff --git a/app/layout.tsx b/app/layout.tsx
index d160d05..21e14f5 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -44,7 +44,7 @@ export default function RootLayout({
{/* Ensure attribute="class" is set here */}
-
+
{children}
diff --git a/app/login/page.tsx b/app/login/page.tsx
index 7b66a1e..075c68f 100644
--- a/app/login/page.tsx
+++ b/app/login/page.tsx
@@ -24,7 +24,7 @@ export default function AppleStyleAuth() {
if (!mounted) return null;
return (
-
+
{/* THEME TOGGLE BUTTON */}