diff --git a/site/source/utils.ts b/site/source/utils.ts index 1b60a82f0..cffe1ef1f 100644 --- a/site/source/utils.ts +++ b/site/source/utils.ts @@ -106,7 +106,7 @@ export const getValueFrom = < */ export const wrapperDebounceEvents = ( props: T, - { ms = 50, eventsToWrap = ['onPress'] } = {} + { ms = 25, eventsToWrap = ['onPress'] } = {} ): T => { if (props && typeof props === 'object') { const castedProps = props as Record