From 6a1af178fecc1d81b0f9334b1a8e86bbb5877ed4 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 30 Sep 2024 22:44:12 +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 a49c14a..a98189c 100644 --- a/src/components/ui/toast.tsx +++ b/src/components/ui/toast.tsx @@ -16,7 +16,7 @@ const ToastViewport = React.forwardRef<