Skip to content

Commit 426a251

Browse files
committed
[fix] 레이아웃 수정
1 parent c9b67c0 commit 426a251

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Projects/Feature/FeaturePokit/Sources/PokitLinkEditView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ public extension PokitLinkEditView {
4545
}
4646
}
4747
}
48-
.padding(.horizontal, 20)
4948
.padding(.top, 16)
5049
.pokitNavigationBar(navigationBar)
5150
.overlay(alignment: .bottom) {
5251
actionFloatButtonView
5352
}
53+
.padding(.horizontal, 20)
54+
.ignoresSafeArea(edges: .bottom)
55+
.padding(.bottom, 24)
5456
}
5557
}
5658
}

0 commit comments

Comments
 (0)