Merge pull request #770 from mahee96/develop

This commit is contained in:
Stern
2024-11-24 13:23:43 -05:00
committed by GitHub

View File

@@ -112,6 +112,8 @@ private extension AuthenticationViewController
let toastView = ToastView(error: error)
toastView.show(in: self)
toastView.textLabel.textColor = .altPrimary
toastView.detailTextLabel.textColor = .altPrimary
self.toastView = toastView
self.signInButton.isIndicatingActivity = false