mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Cleanup from comments
This commit is contained in:
@@ -29,7 +29,6 @@ struct FormSectionHeaderView: View {
|
||||
.padding(.leading)
|
||||
.padding(.bottom, 8)
|
||||
.font(Font(theme.fonts.footnote))
|
||||
.autocapitalization(.allCharacters)
|
||||
.textCase(.uppercase)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ struct RoomNotificationSettingsView: View {
|
||||
@ViewBuilder
|
||||
private var leftButton: some View {
|
||||
if presentedModally {
|
||||
SwiftUI.Button(VectorL10n.cancel) {
|
||||
Button(VectorL10n.cancel) {
|
||||
viewModel.process(viewAction: .cancel)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user