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 e4cff7c commit 505c430Copy full SHA for 505c430
Sources/ComponentsKit/Components/Button/SUButton.swift
@@ -108,6 +108,7 @@ private struct CustomButtonStyle: SwiftUI.ButtonStyle {
108
configuration.label
109
.font(self.model.preferredFont.font)
110
.lineLimit(1)
111
+ .contentShape(.rect)
112
.padding(.horizontal, self.model.horizontalPadding)
113
.frame(maxWidth: self.model.width)
114
.frame(height: self.model.height)
0 commit comments