increase target area of scrubber (#5265)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user