increase target area of scrubber (#5265)

This commit is contained in:
Samuel Newman
2024-09-11 16:20:08 +01:00
committed by GitHub
parent fc25992070
commit db38438549
@@ -586,7 +586,7 @@ function Scrubber({
return (
<View
testID="scrubber"
style={[{height: 10, width: '100%'}, a.flex_shrink_0, a.px_xs]}
style={[{height: 18, width: '100%'}, a.flex_shrink_0, a.px_xs, a.py_xs]}
onPointerEnter={onStartHover}
onPointerLeave={onEndHover}>
<div