Skip to content

Commit 26d8897

Browse files
committed
Add safe paddings to product card
1 parent 83976de commit 26d8897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Analytics Hub/AnalyticsHubView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ struct AnalyticsHubView: View {
6464
Divider()
6565

6666
AnalyticsProductCard(viewModel: viewModel.productCard)
67+
.padding(.horizontal, insets: safeAreaInsets)
6768
.background(Color(uiColor: .listForeground))
6869

6970
Divider()

0 commit comments

Comments
 (0)