From a452c0d4f20fbb3bc87e8c7b785c480e9586d73f Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Sat, 4 Apr 2026 08:52:14 -0500 Subject: [PATCH] fix: move speed pill up to not overlap cards (padding.bottom 50) --- ios/Platform/Platform/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Platform/Platform/ContentView.swift b/ios/Platform/Platform/ContentView.swift index 739e99f..7faa181 100644 --- a/ios/Platform/Platform/ContentView.swift +++ b/ios/Platform/Platform/ContentView.swift @@ -117,7 +117,7 @@ struct MainTabView: View { .padding(.vertical, 10) .background(.regularMaterial, in: Capsule()) .shadow(color: .black.opacity(0.15), radius: 12, y: 4) - .padding(.bottom, 16) + .padding(.bottom, 50) .transition(.move(edge: .bottom).combined(with: .opacity)) } .animation(.spring(duration: 0.3), value: isAutoScrolling)