🔧 chore: remove not working swipe down gesture

This commit is contained in:
Andre H 2024-02-22 17:08:05 +07:00
parent 32918b7930
commit 8952393b31

View File

@ -7,7 +7,7 @@ import {
export const ToastProvider = ({ children, ...props }: ToastProviderProps) => { export const ToastProvider = ({ children, ...props }: ToastProviderProps) => {
return ( return (
<Provider swipeDirection="down" {...props}> <Provider {...props}>
{children} {children}
<Viewport className="fixed inset-x-0 bottom-0 px-4 py-10" /> <Viewport className="fixed inset-x-0 bottom-0 px-4 py-10" />
</Provider> </Provider>