Tighten up the post control hit regions
parent
c9b209c6fd
commit
7b974acc7a
|
@ -27,7 +27,7 @@ interface PostCtrlsOpts {
|
||||||
|
|
||||||
const redgray = '#7A6161'
|
const redgray = '#7A6161'
|
||||||
const sRedgray = {color: redgray}
|
const sRedgray = {color: redgray}
|
||||||
const HITSLOP = {top: 10, left: 10, bottom: 10, right: 10}
|
const HITSLOP = {top: 5, left: 5, bottom: 5, right: 5}
|
||||||
|
|
||||||
export function PostCtrls(opts: PostCtrlsOpts) {
|
export function PostCtrls(opts: PostCtrlsOpts) {
|
||||||
const interp1 = useAnimatedValue(0)
|
const interp1 = useAnimatedValue(0)
|
||||||
|
|
Loading…
Reference in New Issue