Merge pull request #113 from luminous-devs/hotfix/themes

Add support dark mode for toaster
This commit is contained in:
Ren Amamiya 2023-11-19 19:49:59 +07:00 committed by GitHub
commit 6adf5933b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const root = createRoot(container);
root.render(
<QueryClientProvider client={queryClient}>
<Toaster position="top-center" closeButton />
<Toaster position="top-center" closeButton theme="system" />
<StorageProvider>
<NDKProvider>
<App />