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 c9b67c0 commit 426a251Copy full SHA for 426a251
Projects/Feature/FeaturePokit/Sources/PokitLinkEditView.swift
@@ -45,12 +45,14 @@ public extension PokitLinkEditView {
45
}
46
47
48
- .padding(.horizontal, 20)
49
.padding(.top, 16)
50
.pokitNavigationBar(navigationBar)
51
.overlay(alignment: .bottom) {
52
actionFloatButtonView
53
+ .padding(.horizontal, 20)
54
+ .ignoresSafeArea(edges: .bottom)
55
+ .padding(.bottom, 24)
56
57
58
0 commit comments