Skip to content

Commit dc23828

Browse files
committed
feat(ToastProvider): restrict swipe to right only to match previous behavior
1 parent 932152b commit dc23828

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/ToastProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export function ToastProvider({
4646
<Toaster
4747
theme={resolvedTheme}
4848
position="bottom-right"
49+
swipeDirections={['right']}
4950
offset={16}
5051
gap={8}
5152
toastOptions={{

0 commit comments

Comments
 (0)