diff --git a/AltStore/Authentication/AuthenticationViewController.swift b/AltStore/Authentication/AuthenticationViewController.swift index d4514df3..6c38d2f2 100644 --- a/AltStore/Authentication/AuthenticationViewController.swift +++ b/AltStore/Authentication/AuthenticationViewController.swift @@ -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