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