Skip to content

Commit 81d522a

Browse files
committed
[Refactor] Spacing 수정
1 parent 9776c45 commit 81d522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsyncSwift/Views/EventDetailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct EventDetailView: View {
4141
private extension EventDetailView {
4242

4343
var description: some View {
44-
VStack(alignment: .leading) {
44+
VStack(alignment: .leading, spacing: 8) {
4545
Text(observed.event.subject)
4646
.fontWeight(.bold)
4747
.font(.title3)

0 commit comments

Comments
 (0)