diff --git a/src/app/components/SessionProviderWrapper.tsx b/src/app/components/SessionProviderWrapper.tsx index cf07ceb..6871d9a 100644 --- a/src/app/components/SessionProviderWrapper.tsx +++ b/src/app/components/SessionProviderWrapper.tsx @@ -1,4 +1,4 @@ -"use client"; // Indique que ce composant est un Client Component +"use client"; import { SessionProvider } from "next-auth/react"; diff --git a/src/app/globals.css b/src/app/globals.css index 6b717ad..bd6213e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,21 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -:root { - --background: #ffffff; - --foreground: #171717; -} - -@media (prefers-color-scheme: dark) { - :root { - --background: #0a0a0a; - --foreground: #ededed; - } -} - -body { - color: var(--foreground); - background: var(--background); - font-family: Arial, Helvetica, sans-serif; -} +@tailwind utilities; \ No newline at end of file