Skip to content

Commit a2ba547

Browse files
committed
Increase spacing in POSOrderListView
1 parent b9277d0 commit a2ba547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/PointOfSale/Presentation/Orders/POSOrderListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct POSOrderListView: View {
130130
await orderListModel.ordersController.loadNextOrders()
131131
},
132132
content: {
133-
LazyVStack(spacing: POSSpacing.small) {
133+
LazyVStack(spacing: POSSpacing.medium) {
134134
headerRows
135135
.id(Constants.scrollTopID)
136136

0 commit comments

Comments
 (0)