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 FormSectionFooter: View {
.padding(.top)
.padding(.leading)
.padding(.trailing)
.font(theme.fonts.callout)
.font(theme.fonts.subheadline)
}
}