Fix: update sign-in screen toast text color to be primary color

This commit is contained in:
Magesh K
2024-11-24 23:06:39 +05:30
parent 2aee6ac57e
commit e66e223189

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