Skip to content

Commit

Permalink
chore: example duration to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnartorfis committed Sep 7, 2024
1 parent c0ba9bf commit 4644701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const App: React.FC = () => {
</NavigationContainer>
<Toaster
position="top-center"
duration={30000}
duration={3000}
swipToDismissDirection="up"
visibleToasts={4}
closeButton
Expand Down

0 comments on commit 4644701

Please sign in to comment.