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