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 ( return (
<View <View
testID="scrubber" 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} onPointerEnter={onStartHover}
onPointerLeave={onEndHover}> onPointerLeave={onEndHover}>
<div <div