mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
MESSENGER-4407 fixes from testprotocol
This commit is contained in:
@@ -109,7 +109,8 @@ struct ChangePasswordScreen: View {
|
||||
|
||||
Button(action: submit) {
|
||||
Text(VectorL10n.save)
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
// bwi: use buttonStyle font color
|
||||
// .foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
}
|
||||
.buttonStyle(PrimaryActionButtonStyle())
|
||||
.disabled(!viewModel.viewState.canSubmit)
|
||||
|
||||
Reference in New Issue
Block a user