Skip to content

Commit

Permalink
💄 - Update stop icon for Android (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
guytepper authored Jul 22, 2023
1 parent 9461e72 commit 25cd229
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/route-details/components/live-ride-sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const StopButton = (props: { loading: boolean } & PressableProps) => (
{props.loading ? (
<ActivityIndicator color="white" />
) : (
<Image source={require("../../../../assets/stop-rect.ios.png")} style={{ width: 17.5, height: 17.5 }} />
<Image source={require("../../../../assets/stop-rect.png")} style={{ width: 17.5, height: 17.5 }} />
)}
</Pressable>
)
Binary file added assets/stop-rect.android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/stop-rect.ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stop-rect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/stop.ios.png
Binary file not shown.

0 comments on commit 25cd229

Please sign in to comment.