Skip to content

Commit

Permalink
fix: change icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 21, 2023
1 parent 40eecdb commit a9b1cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DistanceRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function DistanceRequest({transactionID, transaction, mapboxAccessToken}) {
<MarkerComponent
width={20}
height={20}
fill={theme.iconReversed}
fill={theme.icon}
/>
),
};
Expand Down

0 comments on commit a9b1cde

Please sign in to comment.