We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932152b commit dc23828Copy full SHA for dc23828
1 file changed
src/components/ToastProvider.tsx
@@ -46,6 +46,7 @@ export function ToastProvider({
46
<Toaster
47
theme={resolvedTheme}
48
position="bottom-right"
49
+ swipeDirections={['right']}
50
offset={16}
51
gap={8}
52
toastOptions={{
0 commit comments