From d8a7f8cb540eb72bafb8008ca045b7716b0ae337 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 26 Oct 2022 18:20:11 -0500 Subject: [PATCH] Fixes incorrect AuthenticationViewController ToastView color --- AltStore/Authentication/AuthenticationViewController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/AltStore/Authentication/AuthenticationViewController.swift b/AltStore/Authentication/AuthenticationViewController.swift index c6136cce..92ec8630 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