Skip to content

Commit dabd07e

Browse files
committed
POSIneligibleView: replace exclamation image with POSErrorXMark to match design.
1 parent 5878dbb commit dabd07e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

WooCommerce/Classes/POS/TabBar/POSIneligibleView.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ struct POSIneligibleView: View {
1414
Spacer()
1515

1616
VStack(alignment: .center, spacing: POSSpacing.none) {
17-
Image(PointOfSaleAssets.exclamationMark.imageName)
18-
.resizable()
19-
.frame(width: POSErrorAndAlertIconSize.large.dimension,
20-
height: POSErrorAndAlertIconSize.large.dimension)
17+
POSErrorXMark()
2118

2219
Spacer()
2320
.frame(height: POSSpacing.medium)

0 commit comments

Comments
 (0)