Skip to content

Commit

Permalink
fix: pass width prop so that marker is displayed on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 21, 2023
1 parent b31cea8 commit bd84bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DistanceRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function DistanceRequest({transactionID, transaction, mapboxAccessToken}) {
coordinate: [waypoint.lng, waypoint.lat],
markerComponent: () => (
<MarkerComponent
width={20}
height={20}
fill={theme.iconReversed}
/>
Expand Down

0 comments on commit bd84bb8

Please sign in to comment.