mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-20 21:48:42 -04:00
Fix wrong positioning because of dimension of focus square
This commit is contained in:
@@ -26,7 +26,7 @@ const FocusSquare = ( { tappedCoordinates, singleTapToFocusAnimation }: Props ):
|
||||
|
||||
if ( !tappedCoordinates ) { return null; }
|
||||
|
||||
const HALF_SIZE_FOCUS_BOX = 40;
|
||||
const HALF_SIZE_FOCUS_BOX = 33;
|
||||
|
||||
return (
|
||||
// $FlowIgnore
|
||||
|
||||
Reference in New Issue
Block a user