diff --git a/src/utils/index.ts b/src/utils/index.ts index e149e434..4c3f2e9e 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -19,7 +19,7 @@ const showToast = async (message: string) => { .create({ message, duration: 3000, - position: 'top' + position: 'bottom' }) return toast.present(); }