Fix wrong color in AuthenticationViewController

This commit is contained in:
nythepegasus
2024-05-06 20:27:11 -04:00
committed by ny
parent 8cfe8a1ac0
commit 78bf461c5b

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