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.
SimpleProductsOnlyInformation
1 parent 37b2cc6 commit d8802c8Copy full SHA for d8802c8
WooCommerce/Classes/POS/Presentation/SimpleProductsOnlyInformation.swift
@@ -40,7 +40,7 @@ struct SimpleProductsOnlyInformation: View {
40
.frame(maxWidth: .infinity)
41
.padding(.vertical, Constants.hintVerticalPadding)
42
.padding(.horizontal, Constants.hintHorizontalPadding)
43
- .background(Color(.quaternarySystemFill))
+ .background(Color(.posSurfaceDim))
44
.clipShape(RoundedRectangle(cornerRadius: Constants.hintBackgroundCornerRadius))
45
}
46
.multilineTextAlignment(.center)
0 commit comments