From c74f36a94d304c39eebaa86a0b94cd4348e2584c Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Sat, 4 Apr 2026 10:31:55 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20widen=20speed=20gaps=20=E2=80=94=20Slow?= =?UTF-8?q?=201.0x,=20Med=202.0x,=20Fast=203.5x=20(was=201.5/1.75/2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Platform/Platform/ContentView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Platform/Platform/ContentView.swift b/ios/Platform/Platform/ContentView.swift index 85a7c7d..e74aa9a 100644 --- a/ios/Platform/Platform/ContentView.swift +++ b/ios/Platform/Platform/ContentView.swift @@ -38,9 +38,9 @@ struct MainTabView: View { } private let speedLevels: [(String, String, Double)] = [ - ("Slow", "hare", 1.5), - ("Med", "figure.walk", 1.75), - ("Fast", "bolt.fill", 2.0), + ("Slow", "hare", 1.0), + ("Med", "figure.walk", 2.0), + ("Fast", "bolt.fill", 3.5), ] // Dynamic icon + label for the search-role tab