diff --git a/src/components/ContextMenu/index.tsx b/src/components/ContextMenu/index.tsx index 40f2cb5349..249d7b7e98 100644 --- a/src/components/ContextMenu/index.tsx +++ b/src/components/ContextMenu/index.tsx @@ -81,9 +81,9 @@ export { const {Provider: PortalProvider, Outlet, Portal} = createPortalGroup() const SPRING_IN: WithSpringConfig = { - mass: IS_IOS ? 1.25 : 0.75, - damping: 50, - stiffness: 1100, + mass: 0.75, + damping: 300, + stiffness: 1200, restDisplacementThreshold: 0.01, }