Skip to content

Commit d622280

Browse files
authored
Reducing the default toast time (#3948)
1 parent 9c04b8b commit d622280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/app/providers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function RootProviders({ children }: { children: ReactNode }) {
1010
<TooltipProvider>
1111
<PlausibleProvider enabled>
1212
<KeyboardShortcutProvider>
13-
<Toaster className="pointer-events-auto" closeButton />
13+
<Toaster className="pointer-events-auto" closeButton duration={3000} />
1414
{children}
1515
</KeyboardShortcutProvider>
1616
</PlausibleProvider>

0 commit comments

Comments
 (0)