From 4c654ca79a48d409272d086ffe4443041917174d Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 30 Sep 2024 22:44:29 +0100 Subject: [PATCH] make the toast on the bottom on mobile --- src/components/ui/toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/toast.tsx b/src/components/ui/toast.tsx index a98189c..8d6f190 100644 --- a/src/components/ui/toast.tsx +++ b/src/components/ui/toast.tsx @@ -16,7 +16,7 @@ const ToastViewport = React.forwardRef<