Skip to content

Commit c95b7c8

Browse files
committed
[fix] modifier 순서 수정
navigationBar에 horizontal padding이 적용되어있어서 이를 수정함
1 parent d65371e commit c95b7c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Projects/Feature/FeatureCategorySetting/Sources/PokitCategorySettingView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ public extension PokitCategorySettingView {
3939
Spacer()
4040
}
4141
.padding(.top, 16)
42-
.pokitNavigationBar { navigationBar }
4342
.overlay(alignment: .bottom) {
4443
saveButton
4544
.padding(.bottom, store.isKeyboardVisible ? -26 : 0)
45+
.padding(.bottom, 36)
4646
}
4747
.padding(.horizontal, 20)
4848
.pokitMaxWidth()
4949
.ignoresSafeArea(.container, edges: .bottom)
50+
.pokitNavigationBar { navigationBar }
5051
.sheet(isPresented: $store.isProfileSheetPresented) {
5152
PokitProfileBottomSheet(
5253
selectedImage: store.selectedProfile,

0 commit comments

Comments
 (0)