feat: light mode

This commit is contained in:
Stavros
2025-04-09 15:58:39 +03:00
parent 496a56676d
commit 5129f9bff8
2 changed files with 14 additions and 42 deletions

View File

@@ -29,7 +29,7 @@ const queryClient = new QueryClient({
createRoot(document.getElementById("root")!).render(
<StrictMode>
<MantineProvider forceColorScheme="dark">
<MantineProvider defaultColorScheme="auto">
<QueryClientProvider client={queryClient}>
<Notifications />
<AppContextProvider>