Skip to content

Commit 17a5074

Browse files
committed
Update text color in card-present payment message views
1 parent a41b455 commit 17a5074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/POS/Presentation/CardReaderConnection/UI States/Reader Messages/PointOfSaleCardPresentPaymentActivityIndicatingMessageView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct PointOfSaleCardPresentPaymentActivityIndicatingMessageView: View {
1616
.renderedIf(!dynamicTypeSize.isAccessibilitySize)
1717
VStack(alignment: .center, spacing: PointOfSaleCardPresentPaymentLayout.textSpacing) {
1818
Text(title)
19-
.foregroundStyle(Color.posOnSurface)
19+
.foregroundStyle(Color.posOnSurfaceVariantHighest)
2020
.font(.posBodyLargeRegular())
2121
.matchedGeometryEffect(id: animation.titleTransitionId, in: animation.namespace, properties: .position)
2222

WooCommerce/Classes/POS/Presentation/CardReaderConnection/UI States/Reader Messages/PointOfSaleCardPresentPaymentTapSwipeInsertCardMessageView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct PointOfSaleCardPresentPaymentTapSwipeInsertCardMessageView: View {
1616
.renderedIf(!dynamicTypeSize.isAccessibilitySize)
1717
VStack(alignment: .center, spacing: PointOfSaleCardPresentPaymentLayout.textSpacing) {
1818
Text(viewModel.title)
19-
.foregroundStyle(Color.posOnSurface)
19+
.foregroundStyle(Color.posOnSurfaceVariantHighest)
2020
.font(.posBodyLargeRegular())
2121
.matchedGeometryEffect(id: animation.titleTransitionId, in: animation.namespace, properties: .position)
2222

0 commit comments

Comments
 (0)