Fixes incorrect AuthenticationViewController ToastView color

This commit is contained in:
Riley Testut
2022-10-26 18:20:11 -05:00
parent ce68ea74ad
commit d8a7f8cb54

View File

@@ -111,8 +111,6 @@ private extension AuthenticationViewController
let error = error.withLocalizedTitle(NSLocalizedString("Failed to Log In", comment: ""))
let toastView = ToastView(error: error)
toastView.textLabel.textColor = .altPink
toastView.detailTextLabel.textColor = .altPink
toastView.show(in: self)
self.toastView = toastView