Skip to content

Commit

Permalink
Update WWDCListView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed May 16, 2024
1 parent f0dc125 commit 00b6a76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SwiftPamphletApp/Guide/WWDC/WWDCListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ struct WWDCListView: View {
.foregroundStyle(.secondary)
}
}
.contentShape(Rectangle())
} else {
Text(item.text)
HStack {
Text(item.text)
Spacer()
}
.contentShape(Rectangle())
}
}
})
Expand Down

0 comments on commit 00b6a76

Please sign in to comment.