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