Merge pull request #4752 from vector-im/langleyd/4467_account_notification_settings

Account Notification Settings and Keywords
This commit is contained in:
David Langley
2021-08-26 11:07:11 +01:00
committed by GitHub
38 changed files with 1976 additions and 28 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))
@@ -38,7 +38,6 @@ struct RoomNotificationSettingsHeader: View {
Spacer()
}
.padding(.top, 36)
.padding(.bottom, 20)
}
}