Fix wrong positioning because of dimension of focus square

This commit is contained in:
Johannes Klein
2024-02-06 22:59:11 +01:00
parent a2bb7b93cc
commit bebef03a7a

View File

@@ -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