diff --git a/app/components/common/Cookies.tsx b/app/components/common/Cookies.tsx deleted file mode 100644 index e69de29..0000000 diff --git a/app/providers/ThemeProvider.tsx b/app/providers/ThemeProvider.tsx index 4dfc2ea..8220459 100644 --- a/app/providers/ThemeProvider.tsx +++ b/app/providers/ThemeProvider.tsx @@ -18,6 +18,7 @@ export function ThemeProvider(props: ThemeProviderProps) { rootElement.classList.toggle("light", theme === "light"); if (cookies.consent.customization) { + console.log(`ThemeProvider: ${theme}`); // TODO: update the theme in the cookies } }, [theme]);