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.
POSTertiaryButtonStyle
POSButtonStyle(variant: .outlined, size: .normal)
1 parent 36d5ade commit 4d20fafCopy full SHA for 4d20faf
WooCommerce/Classes/POS/Presentation/Item Selector/ItemListErrorCardView.swift
@@ -34,7 +34,7 @@ struct ItemListErrorCardView: View {
34
Text(errorState.buttonText)
35
.font(Constants.itemTitleFont)
36
}
37
- .buttonStyle(POSTertiaryButtonStyle())
+ .buttonStyle(POSButtonStyle(variant: .outlined, size: .normal))
38
.frame(maxWidth: Constants.accessoryButtonMaxWidth * scale)
39
.padding(Constants.accessoryButtonPadding * (1 / scale))
40
0 commit comments