@ -68,7 +68,7 @@ struct SchedulerView: View {
.environment(tournament)
} label: {
LabeledContent {
Text(round.matchFormat.format).font(.title2)
Text(round.matchFormat.format)//.font(.title2)
if let startDate = round.getStartDate() {
HStack {
@ -33,9 +33,9 @@ struct MatchFormatPickerView: View {
var descriptionView: some View {
VStack(alignment: .leading) {
Text(headerLabel).font(.caption)
Text(headerLabel).font(.footnote)
Spacer()
Text("Durée").font(.caption)
Text("Durée").font(.footnote)
}
Text(matchFormat.format).font(.title).fontWeight(.semibold)