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.
1 parent ce9c721 commit e21e21dCopy full SHA for e21e21d
WooCommerce/Classes/POS/Presentation/Reusable Views/Buttons/POSButtonStyle.swift
@@ -38,6 +38,8 @@ struct POSButtonStyle: ButtonStyle {
38
.background(backgroundColor)
39
.foregroundColor(foregroundColor)
40
.overlay(borderOverlay)
41
+ // Makes the entire area tappable, otherwise the area with clear background is not tappable.
42
+ .contentShape(Rectangle())
43
.cornerRadius(POSButtonStyleConstants.framedButtonCornerRadius)
44
}
45
0 commit comments