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)