shift hitslop of avi follow button (#5730)
* shift the hitslop of the follow button * increase slop
This commit is contained in:
@@ -5,7 +5,6 @@ import {msg} from '@lingui/macro'
|
|||||||
import {useLingui} from '@lingui/react'
|
import {useLingui} from '@lingui/react'
|
||||||
import {useNavigation} from '@react-navigation/native'
|
import {useNavigation} from '@react-navigation/native'
|
||||||
|
|
||||||
import {createHitslop} from '#/lib/constants'
|
|
||||||
import {NavigationProp} from '#/lib/routes/types'
|
import {NavigationProp} from '#/lib/routes/types'
|
||||||
import {sanitizeDisplayName} from '#/lib/strings/display-names'
|
import {sanitizeDisplayName} from '#/lib/strings/display-names'
|
||||||
import {useProfileShadow} from '#/state/cache/profile-shadow'
|
import {useProfileShadow} from '#/state/cache/profile-shadow'
|
||||||
@@ -85,7 +84,12 @@ export function AviFollowButton({
|
|||||||
{!isFollowing && (
|
{!isFollowing && (
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Open ${name} profile shortcut menu`)}
|
label={_(msg`Open ${name} profile shortcut menu`)}
|
||||||
hitSlop={createHitslop(3)}
|
hitSlop={{
|
||||||
|
top: 0,
|
||||||
|
left: 0,
|
||||||
|
right: 5,
|
||||||
|
bottom: 5,
|
||||||
|
}}
|
||||||
style={[
|
style={[
|
||||||
a.rounded_full,
|
a.rounded_full,
|
||||||
a.absolute,
|
a.absolute,
|
||||||
|
|||||||
Reference in New Issue
Block a user