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 } }