Add NotificationSettings and Keywords UI and VM

This commit is contained in:
David Langley
2021-08-18 09:33:56 +01:00
parent 42801a3ca1
commit 343d5a7017
28 changed files with 822 additions and 373 deletions
@@ -25,7 +25,7 @@ struct FormSectionHeader: View {
var body: some View {
Text(text)
.foregroundColor(Color(theme.textSecondaryColor))
.padding(.top)
.padding(.top, 32)
.padding(.leading)
.padding(.bottom, 8)
.font(Font(theme.fonts.subheadline))