diff --git a/src/quo2/components/record_audio/record_audio/view.cljs b/src/quo2/components/record_audio/record_audio/view.cljs index 2a031946614d..73514351eafb 100644 --- a/src/quo2/components/record_audio/record_audio/view.cljs +++ b/src/quo2/components/record_audio/record_audio/view.cljs @@ -538,7 +538,7 @@ [rn/view {:test-ID "record-audio" :style style/button-container - :hit-slop {:top (if platform/ios? -70 0) + :hit-slop {:top -70 :bottom 0 :left 0 :right 0}