We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a229c8b commit 94bd793Copy full SHA for 94bd793
WooCommerce/StoreWidgets/StoreInfoWidget.swift
@@ -60,7 +60,7 @@ private struct StoreInfoView: View {
60
.statRangeStyle()
61
}
62
63
- if category.isAccessibilityCategory {
+ if category > .extraLarge {
64
AccessibilityStatsCard(entry: entry)
65
} else {
66
StatsCard(entry: entry)
@@ -324,7 +324,7 @@ struct StoreWidgets_Previews: PreviewProvider {
324
updatedTime: "10:24 PM")
325
)
326
.previewContext(WidgetPreviewContext(family: .systemMedium))
327
- .environment(\.sizeCategory, .accessibilityMedium)
+ .environment(\.sizeCategory, .extraExtraLarge)
328
329
NotLoggedInView()
330
0 commit comments