chore(mobile): adjust setting dialog swipe gesture trigger size (#10236)

This commit is contained in:
CatsJuice
2025-02-19 02:41:41 +00:00
parent 29f8a627b6
commit 35f7f5a01b

View File

@@ -148,7 +148,7 @@ export const SwipeDialog = ({
title,
children,
open,
triggerSize = 10,
triggerSize = 25,
onOpenChange,
}: SwipeDialogProps) => {
const insideModal = useContext(InsideModalContext);