We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de0e81 commit 99aa98dCopy full SHA for 99aa98d
Sources/OpenTDS/Foundation/Extensions/ViewExt.swift
@@ -3,8 +3,8 @@ import SwiftUI
3
public extension View {
4
5
@ViewBuilder func tossTabViewBottomPadding() -> some View {
6
- GeometryReader { proxy in
7
- self.padding(.bottom, proxy.safeAreaInsets.bottom <= 20 ? 43 : 56)
+ GeometryReader { geometry in
+ self.padding(.bottom, geometry.safeAreaInsets.bottom <= 20 ? 62 : 49)
8
}
9
10
0 commit comments