From 416a6ed3f8dbda2f238c110b4009a3fb96466e26 Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Sat, 4 Apr 2026 08:47:07 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20adjust=20speed=20pill=20position=20?= =?UTF-8?q?=E2=80=94=20was=20clipped=20at=20bottom,=20now=2016pt=20above?= =?UTF-8?q?=20safe=20area?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 797499b..739e99f 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, -40) + .padding(.bottom, 16) .transition(.move(edge: .bottom).combined(with: .opacity)) } .animation(.spring(duration: 0.3), value: isAutoScrolling)