Cleanup from comments

This commit is contained in:
David Langley
2021-08-12 16:57:19 +01:00
parent 77144980e3
commit 82b0361647
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)
}
}