mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
ui: increase toast duration
This commit is contained in:
parent
99f87360be
commit
e4cf116f30
@ -35,7 +35,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
|
||||
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
|
||||
<div className="relative flex min-h-screen flex-col">
|
||||
<div>
|
||||
<Toaster position="top-center" reverseOrder={false} toastOptions={{ duration: 1000 }} />
|
||||
<Toaster position="top-center" reverseOrder={false} toastOptions={{ duration: 2000 }} />
|
||||
</div>
|
||||
<NavigationBar />
|
||||
<div className="flex-1 bg-background">{children}</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user