diff --git a/Projects/DSKit/Sources/Components/PokitList.swift b/Projects/DSKit/Sources/Components/PokitList.swift index 04e39fcb..ac0b3a76 100644 --- a/Projects/DSKit/Sources/Components/PokitList.swift +++ b/Projects/DSKit/Sources/Components/PokitList.swift @@ -81,7 +81,7 @@ public struct PokitList: View { Spacer() } - .padding(.vertical, 18) + .padding(.vertical, 12) .padding(.horizontal, 20) .background { if isSelected { diff --git a/Projects/DSKit/Sources/Components/PokitSelect.swift b/Projects/DSKit/Sources/Components/PokitSelect.swift index 853b1547..351af380 100644 --- a/Projects/DSKit/Sources/Components/PokitSelect.swift +++ b/Projects/DSKit/Sources/Components/PokitSelect.swift @@ -50,11 +50,11 @@ public struct PokitSelect: View { } .onChange(of: selectedItem) { onChangedSeletedItem($0) } .sheet(isPresented: $showSheet) { - listSheet - .presentationDragIndicator(.visible) - .pokitPresentationCornerRadius() - .presentationDetents([.medium]) - .pokitPresentationBackground() + listSheet + .presentationDragIndicator(.visible) + .pokitPresentationCornerRadius() + .presentationDetents([.height(564)]) + .pokitPresentationBackground() } } @@ -115,7 +115,7 @@ public struct PokitSelect: View { listCellTapped(item) } } - .padding(.top, 24) + .padding(.top, 12) .padding(.bottom, 20) } else { PokitLoading()