File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Projects/DSKit/Sources/Components Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public struct PokitList<Item: PokitSelectItem>: View {
8181
8282 Spacer ( )
8383 }
84- . padding ( . vertical, 18 )
84+ . padding ( . vertical, 12 )
8585 . padding ( . horizontal, 20 )
8686 . background {
8787 if isSelected {
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ public struct PokitSelect<Item: PokitSelectItem>: View {
5050 }
5151 . onChange ( of: selectedItem) { onChangedSeletedItem ( $0) }
5252 . sheet ( isPresented: $showSheet) {
53- listSheet
54- . presentationDragIndicator ( . visible)
55- . pokitPresentationCornerRadius ( )
56- . presentationDetents ( [ . medium ] )
57- . pokitPresentationBackground ( )
53+ listSheet
54+ . presentationDragIndicator ( . visible)
55+ . pokitPresentationCornerRadius ( )
56+ . presentationDetents ( [ . height ( 564 ) ] )
57+ . pokitPresentationBackground ( )
5858 }
5959 }
6060
@@ -115,7 +115,7 @@ public struct PokitSelect<Item: PokitSelectItem>: View {
115115 listCellTapped ( item)
116116 }
117117 }
118- . padding ( . top, 24 )
118+ . padding ( . top, 12 )
119119 . padding ( . bottom, 20 )
120120 } else {
121121 PokitLoading ( )
You can’t perform that action at this time.
0 commit comments