mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Changes app tint color to Red (from Green)
This commit is contained in:
@@ -54,7 +54,7 @@ private extension RefreshAttemptsViewController
|
||||
if attempt.isSuccess
|
||||
{
|
||||
cell.successLabel.text = NSLocalizedString("Success", comment: "")
|
||||
cell.successLabel.textColor = .altGreen
|
||||
cell.successLabel.textColor = .refreshGreen
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user