diff --git a/app/screens/route-details/components/live-ride-sheet.tsx b/app/screens/route-details/components/live-ride-sheet.tsx
index 5166c2c1..a3acac16 100644
--- a/app/screens/route-details/components/live-ride-sheet.tsx
+++ b/app/screens/route-details/components/live-ride-sheet.tsx
@@ -68,7 +68,7 @@ const StopButton = (props: { loading: boolean } & PressableProps) => (
{props.loading ? (
) : (
-
+
)}
)
diff --git a/assets/stop-rect.android.png b/assets/stop-rect.android.png
new file mode 100644
index 00000000..7af71c7a
Binary files /dev/null and b/assets/stop-rect.android.png differ
diff --git a/assets/stop-rect.ios.png b/assets/stop-rect.ios.png
index 96a68bc8..bc35c9c7 100644
Binary files a/assets/stop-rect.ios.png and b/assets/stop-rect.ios.png differ
diff --git a/assets/stop-rect.png b/assets/stop-rect.png
new file mode 100644
index 00000000..7af71c7a
Binary files /dev/null and b/assets/stop-rect.png differ
diff --git a/assets/stop.ios.png b/assets/stop.ios.png
deleted file mode 100644
index 8fafd3c4..00000000
Binary files a/assets/stop.ios.png and /dev/null differ