Cleanup from comments

This commit is contained in:
David Langley
2021-08-12 16:57:19 +01:00
parent e7ed51c4df
commit 49eb6ae1ec
9 changed files with 28 additions and 14 deletions
@@ -29,7 +29,6 @@ struct FormSectionHeaderView: View {
.padding(.leading)
.padding(.bottom, 8)
.font(Font(theme.fonts.footnote))
.autocapitalization(.allCharacters)
.textCase(.uppercase)
}
}