Fix header font size

This commit is contained in:
David Langley 2021-08-12 17:51:50 +01:00
parent a20fa1c338
commit a388db0412

View file

@ -28,7 +28,7 @@ struct FormSectionHeaderView: View {
.padding(.top)
.padding(.leading)
.padding(.bottom, 8)
.font(Font(theme.fonts.footnote))
.font(Font(theme.fonts.subheadline))
.textCase(.uppercase)
}
}