fix: onboarding (#354)

* fix

* fix: README.md

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
Co-authored-by: Charles GTE <charlesgte31@gmail.com>
This commit is contained in:
Théo LAGACHE
2026-07-04 14:43:58 +02:00
committed by GitHub
co-authored by Théo LAGACHE Charles GTE
parent 9c2359e87b
commit 45acc781f2
11 changed files with 160 additions and 16 deletions
+6 -1
View File
@@ -14,7 +14,12 @@ const queryClient = new QueryClient();
export const Providers = (props: ProviderProps) => {
return (
<Suspense fallback={null}>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
<ThemeProvider
attribute="class"
defaultTheme="light"
enableSystem
storageKey="portabase_theme"
>
<ThemeMetaUpdater />
<QueryClientProvider client={queryClient}>
<ErrorLayout>