From 78bf461c5b7a178bf16cb1df438f5ea594dbc5b3 Mon Sep 17 00:00:00 2001 From: nythepegasus Date: Mon, 6 May 2024 20:27:11 -0400 Subject: [PATCH] Fix wrong color in AuthenticationViewController --- AltStore/Authentication/AuthenticationViewController.swift | 2 -- 1 file changed, 2 deletions(-) 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