Skip to content

Commit

Permalink
fix: toast duration
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 8, 2024
1 parent 22b30ce commit 073745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function Root() {
<BottomSheetModalProvider>
<ModalProvider stack={stack}>
<Slot />
<Toaster position="bottom-center" offset={50} />
<Toaster position="bottom-center" offset={50} duration={1000} />
</ModalProvider>
</BottomSheetModalProvider>
</GestureHandlerRootView>
Expand Down

0 comments on commit 073745e

Please sign in to comment.