Skip to content

Commit

Permalink
offset BasicMarker correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
djbusstop committed Nov 12, 2023
1 parent b68c64a commit c473c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const BasicMarker: FC<BasicMarkerProps> = ({ color, events }) => {
fill="none"
height="40"
style={{
transform: 'translate(-14px, -44px)',
transform: 'translate(-7.5px, -34px)',
}}
viewBox="0 0 31 40"
width="27"
Expand Down

0 comments on commit c473c7c

Please sign in to comment.