From 45d104fd2cb6b8ca6ddb5284a90517f8b1448dad Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Mon, 11 Oct 2021 13:49:11 -0700 Subject: [PATCH] Fixes incorrect Settings tab bar badge color --- AltStore/Settings/SettingsViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index d43baa53..3279d148 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -112,6 +112,7 @@ class SettingsViewController: UITableViewController if #available(iOS 15, *), let appearance = self.tabBarController?.tabBar.standardAppearance { + appearance.stackedLayoutAppearance.normal.badgeBackgroundColor = .altPrimary self.navigationController?.tabBarItem.scrollEdgeAppearance = appearance } }