Skip to content

Commit

Permalink
Add icon sytle for the center map button
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jun 20, 2024
1 parent ed50007 commit 57c5655
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 @@ -239,6 +239,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 57c5655

Please sign in to comment.