switch to the js library
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m13s

This commit is contained in:
Lee
2024-04-14 21:10:33 +01:00
parent d50cd981b0
commit 01d0ad468a
5 changed files with 1992 additions and 72 deletions

View File

@ -19,7 +19,7 @@ export default function RootLayout({
<head />
<body>
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem>
<ToastContainer theme="dark" />
<ToastContainer theme="dark" pauseOnFocusLoss={false} />
<Container>{children}</Container>
</ThemeProvider>
</body>