Skip to content

Commit efee8c2

Browse files
committed
refactor: contentShape(:) 위치 이동
1 parent 7de3670 commit efee8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/Common/Component/LoginButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ struct LoginButton: View {
3131
Text(text)
3232
.foregroundStyle(Color.primary)
3333
.font(.system(.body))
34+
.contentShape(.capsule)
3435
.frame(width: 300, height: height + 16)
3536
.overlay {
3637
ZStack(alignment: .leading) {
@@ -46,6 +47,5 @@ struct LoginButton: View {
4647
}
4748
}
4849
}
49-
.contentShape(.capsule)
5050
}
5151
}

0 commit comments

Comments
 (0)