mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2024-11-17 20:19:18 +00:00
🔧 chore: remove not working swipe down gesture
This commit is contained in:
parent
32918b7930
commit
8952393b31
@ -7,7 +7,7 @@ import {
|
||||
|
||||
export const ToastProvider = ({ children, ...props }: ToastProviderProps) => {
|
||||
return (
|
||||
<Provider swipeDirection="down" {...props}>
|
||||
<Provider {...props}>
|
||||
{children}
|
||||
<Viewport className="fixed inset-x-0 bottom-0 px-4 py-10" />
|
||||
</Provider>
|
||||
|
Loading…
Reference in New Issue
Block a user