mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Fix: update sign-in screen toast text color to be primary color
This commit is contained in:
@@ -112,6 +112,8 @@ private extension AuthenticationViewController
|
|||||||
|
|
||||||
let toastView = ToastView(error: error)
|
let toastView = ToastView(error: error)
|
||||||
toastView.show(in: self)
|
toastView.show(in: self)
|
||||||
|
toastView.textLabel.textColor = .altPrimary
|
||||||
|
toastView.detailTextLabel.textColor = .altPrimary
|
||||||
self.toastView = toastView
|
self.toastView = toastView
|
||||||
|
|
||||||
self.signInButton.isIndicatingActivity = false
|
self.signInButton.isIndicatingActivity = false
|
||||||
|
|||||||
Reference in New Issue
Block a user