@ -78,14 +78,16 @@ struct MatchSummaryView: View {
HStack {
if matchViewStyle != .sectionedStandardStyle {
if let roundTitle {
Text(roundTitle)
Text(roundTitle).fontWeight(.semibold)
}
Text(matchTitle)
Spacer()
if let courtName {
Text(courtName)
.foregroundStyle(.gray)
.font(.caption)
.lineLimit(1)