diff --git a/AltStore/Authentication/AuthenticationViewController.swift b/AltStore/Authentication/AuthenticationViewController.swift index 30163986..56aefd43 100644 --- a/AltStore/Authentication/AuthenticationViewController.swift +++ b/AltStore/Authentication/AuthenticationViewController.swift @@ -104,6 +104,8 @@ private extension AuthenticationViewController { DispatchQueue.main.async { let toastView = ToastView(text: NSLocalizedString("Failed to Log In", comment: ""), detailText: error.localizedDescription) + toastView.textLabel.textColor = .altPink + toastView.detailTextLabel.textColor = .altPink toastView.show(in: self.navigationController?.view ?? self.view) self.toastView = toastView