diff --git a/damus/Views/Chat/ChatEventView.swift b/damus/Views/Chat/ChatEventView.swift index 5884b409..386c4eb2 100644 --- a/damus/Views/Chat/ChatEventView.swift +++ b/damus/Views/Chat/ChatEventView.swift @@ -298,7 +298,7 @@ struct ChatEventView: View { } .swipeSpacing(-20) .swipeActionsStyle(.mask) - .swipeMinimumDistance(20) + .swipeMinimumDistance(40) .swipeDragGesturePriority(.normal) } }