We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de3670 commit efee8c2Copy full SHA for efee8c2
1 file changed
Application/DevLogPresentation/Sources/Common/Component/LoginButton.swift
@@ -31,6 +31,7 @@ struct LoginButton: View {
31
Text(text)
32
.foregroundStyle(Color.primary)
33
.font(.system(.body))
34
+ .contentShape(.capsule)
35
.frame(width: 300, height: height + 16)
36
.overlay {
37
ZStack(alignment: .leading) {
@@ -46,6 +47,5 @@ struct LoginButton: View {
46
47
}
48
49
- .contentShape(.capsule)
50
51
0 commit comments