Add NotificationSettings and Keywords UI and VM

This commit is contained in:
David Langley
2021-08-18 09:33:56 +01:00
parent 0336c80db8
commit c7833d86df
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))