increase target area of scrubber (#5265)
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
|
||||
|
|
Loading…
Reference in New Issue