Update fonts, add attributed strings and add tap gestures back.

Footers use subheadline. Headers use footnote.
This commit is contained in:
Doug
2021-10-15 14:37:55 +01:00
parent d46642bd84
commit 7bbe49febf
12 changed files with 152 additions and 103 deletions
@@ -28,7 +28,7 @@ struct FormSectionHeader: View {
.padding(.top, 32)
.padding(.leading)
.padding(.bottom, 8)
.font(theme.fonts.subheadline)
.font(theme.fonts.footnote)
.textCase(.uppercase)
.frame(maxWidth: .infinity, alignment: .leading)
}