Skip to content

Commit d8802c8

Browse files
committed
Replace one-off color in SimpleProductsOnlyInformation with DS color.
1 parent 37b2cc6 commit d8802c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/SimpleProductsOnlyInformation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct SimpleProductsOnlyInformation: View {
4040
.frame(maxWidth: .infinity)
4141
.padding(.vertical, Constants.hintVerticalPadding)
4242
.padding(.horizontal, Constants.hintHorizontalPadding)
43-
.background(Color(.quaternarySystemFill))
43+
.background(Color(.posSurfaceDim))
4444
.clipShape(RoundedRectangle(cornerRadius: Constants.hintBackgroundCornerRadius))
4545
}
4646
.multilineTextAlignment(.center)

0 commit comments

Comments
 (0)