Skip to content

Commit f052ed0

Browse files
committed
Add safe paddings to product card
1 parent 5e5e527 commit f052ed0

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
@@ -62,6 +62,7 @@ struct AnalyticsHubView: View {
6262
Divider()
6363

6464
AnalyticsProductCard(viewModel: viewModel.productCard)
65+
.padding(.horizontal, insets: safeAreaInsets)
6566
.background(Color(uiColor: .listForeground))
6667

6768
Divider()

0 commit comments

Comments
 (0)