Skip to content

Commit cf02b79

Browse files
committed
Replace a few known posTertiaryText cases with posOnSurfaceVariantLowest.
1 parent 67c4ed2 commit cf02b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleExitPosAlertView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct PointOfSaleExitPosAlertView: View {
1818
Image(systemName: "xmark")
1919
.font(.posButtonSymbol)
2020
}
21-
.foregroundColor(Color.posTertiaryText)
21+
.foregroundColor(Color.posOnSurfaceVariantLowest)
2222
}
2323
Text(Localization.exitTitle)
2424
.font(.posHeading)

WooCommerce/Classes/POS/Presentation/Reusable Views/POSModalCloseButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct POSModalCloseButton: ViewModifier {
2424
Image(systemName: "xmark")
2525
.font(.posButtonSymbol)
2626
})
27-
.foregroundColor(Color.posTertiaryText)
27+
.foregroundColor(Color.posOnSurfaceVariantLowest)
2828
.accessibilityLabel(accessibilityLabel)
2929
}
3030

0 commit comments

Comments
 (0)