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.
POSErrorXMark
1 parent 5878dbb commit dabd07eCopy full SHA for dabd07e
WooCommerce/Classes/POS/TabBar/POSIneligibleView.swift
@@ -14,10 +14,7 @@ struct POSIneligibleView: View {
14
Spacer()
15
16
VStack(alignment: .center, spacing: POSSpacing.none) {
17
- Image(PointOfSaleAssets.exclamationMark.imageName)
18
- .resizable()
19
- .frame(width: POSErrorAndAlertIconSize.large.dimension,
20
- height: POSErrorAndAlertIconSize.large.dimension)
+ POSErrorXMark()
21
22
23
.frame(height: POSSpacing.medium)
0 commit comments