Skip to content

Commit da2e8b2

Browse files
Cover full screen to match design.
1 parent 304725a commit da2e8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Split Shipments/WooShippingSplitShipmentsRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct WooShippingSplitShipmentsRow: View {
2020
.buttonStyle(TextButtonStyle())
2121
}
2222
.padding(.vertical, Layout.verticalPadding)
23-
.sheet(isPresented: $isShowingDetailView) {
23+
.fullScreenCover(isPresented: $isShowingDetailView) {
2424
WooShippingSplitShipmentsDetailView(viewModel: viewModel)
2525
}
2626
}

0 commit comments

Comments
 (0)