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 d65371e commit c95b7c8Copy full SHA for c95b7c8
Projects/Feature/FeatureCategorySetting/Sources/PokitCategorySettingView.swift
@@ -39,14 +39,15 @@ public extension PokitCategorySettingView {
39
Spacer()
40
}
41
.padding(.top, 16)
42
- .pokitNavigationBar { navigationBar }
43
.overlay(alignment: .bottom) {
44
saveButton
45
.padding(.bottom, store.isKeyboardVisible ? -26 : 0)
+ .padding(.bottom, 36)
46
47
.padding(.horizontal, 20)
48
.pokitMaxWidth()
49
.ignoresSafeArea(.container, edges: .bottom)
50
+ .pokitNavigationBar { navigationBar }
51
.sheet(isPresented: $store.isProfileSheetPresented) {
52
PokitProfileBottomSheet(
53
selectedImage: store.selectedProfile,
0 commit comments