MESSENGER-4407 fixes from testprotocol

This commit is contained in:
JanNiklas Grabowski
2023-03-16 16:45:48 +01:00
parent e2912b7e42
commit cf1317452e
7 changed files with 33 additions and 13 deletions
@@ -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)