multistore
Laurent 2 years ago
parent ba60ced1a6
commit 1a2de6aa5d
  1. 2
      PadelClub/Views/Planning/SchedulerView.swift
  2. 4
      PadelClub/Views/Shared/MatchFormatPickerView.swift

@ -68,7 +68,7 @@ struct SchedulerView: View {
.environment(tournament)
} label: {
LabeledContent {
Text(round.matchFormat.format).font(.title2)
Text(round.matchFormat.format)//.font(.title2)
} label: {
if let startDate = round.getStartDate() {
HStack {

@ -33,9 +33,9 @@ struct MatchFormatPickerView: View {
var descriptionView: some View {
VStack(alignment: .leading) {
HStack {
Text(headerLabel).font(.caption)
Text(headerLabel).font(.footnote)
Spacer()
Text("Durée").font(.caption)
Text("Durée").font(.footnote)
}
HStack {
Text(matchFormat.format).font(.title).fontWeight(.semibold)

Loading…
Cancel
Save