mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[AuthScreen]: Fix toastView bg/fg color and text color
This commit is contained in:
@@ -125,6 +125,7 @@ private extension AuthenticationViewController
|
|||||||
let error = error.withLocalizedTitle(NSLocalizedString("Failed to Log In", comment: ""))
|
let error = error.withLocalizedTitle(NSLocalizedString("Failed to Log In", comment: ""))
|
||||||
let toastView = ToastView(error: error)
|
let toastView = ToastView(error: error)
|
||||||
toastView.show(in: self)
|
toastView.show(in: self)
|
||||||
|
toastView.backgroundColor = .white
|
||||||
toastView.textLabel.textColor = .altPrimary
|
toastView.textLabel.textColor = .altPrimary
|
||||||
toastView.detailTextLabel.textColor = .altPrimary
|
toastView.detailTextLabel.textColor = .altPrimary
|
||||||
self.toastView = toastView
|
self.toastView = toastView
|
||||||
|
|||||||
Reference in New Issue
Block a user