multistore
Laurent 1 year ago
parent 6925a58b26
commit 13a42667e8
  1. 4
      PadelClub/Views/Match/MatchSummaryView.swift

@ -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)

Loading…
Cancel
Save