Skip to content

Commit

Permalink
Merge pull request #200 from ymaheshwari1/fix/toast
Browse files Browse the repository at this point in the history
Improved: the position for the toast to move all the toast messages to bottom
  • Loading branch information
adityasharma7 authored Jul 17, 2023
2 parents f00c19b + cb899a7 commit 62827f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const showToast = async (message: string) => {
.create({
message,
duration: 3000,
position: 'top'
position: 'bottom'
})
return toast.present();
}
Expand Down

0 comments on commit 62827f0

Please sign in to comment.