Skip to content

Commit

Permalink
Update Toast.tsx (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 authored Apr 29, 2024
1 parent 5b46f7d commit fdea7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kit/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const makeToast = ({
title,
severity = 'Info',
closeable = true,
duration = 4.5,
duration = 8,
description,
link,
}: ToastArgs): void => {
Expand Down

0 comments on commit fdea7e2

Please sign in to comment.