fix: move speed pill up to not overlap cards (padding.bottom 50)
All checks were successful
Security Checks / dependency-audit (push) Successful in 14s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 4s

This commit is contained in:
Yusuf Suleman
2026-04-04 08:52:14 -05:00
parent 416a6ed3f8
commit a452c0d4f2

View File

@@ -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)