mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
More tint color changes
This commit is contained in:
@@ -109,6 +109,7 @@ struct ChangePasswordScreen: View {
|
||||
|
||||
Button(action: submit) {
|
||||
Text(VectorL10n.save)
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
}
|
||||
.buttonStyle(PrimaryActionButtonStyle())
|
||||
.disabled(!viewModel.viewState.canSubmit)
|
||||
|
||||
Reference in New Issue
Block a user