Skip to content

Commit

Permalink
Merge pull request #44117 from Expensify/vit-44074
Browse files Browse the repository at this point in the history
[CP Staging] Add icon style for the Center map button
  • Loading branch information
AndrewGable authored Jun 20, 2024
2 parents 5223641 + d785c1d commit f7d8cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MapView/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ const MapView = forwardRef<MapViewHandle, ComponentProps>(
<Button
onPress={centerMap}
iconFill={theme.icon}
iconStyles={styles.ml1}
medium
icon={Expensicons.Crosshair}
accessibilityLabel={translate('common.center')}
Expand Down

0 comments on commit f7d8cbc

Please sign in to comment.