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) .environment(tournament)
} label: { } label: {
LabeledContent { LabeledContent {
Text(round.matchFormat.format).font(.title2) Text(round.matchFormat.format)//.font(.title2)
} label: { } label: {
if let startDate = round.getStartDate() { if let startDate = round.getStartDate() {
HStack { HStack {

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

Loading…
Cancel
Save