mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
Fixes incorrect Settings tab bar badge color
This commit is contained in:
@@ -112,6 +112,7 @@ class SettingsViewController: UITableViewController
|
|||||||
|
|
||||||
if #available(iOS 15, *), let appearance = self.tabBarController?.tabBar.standardAppearance
|
if #available(iOS 15, *), let appearance = self.tabBarController?.tabBar.standardAppearance
|
||||||
{
|
{
|
||||||
|
appearance.stackedLayoutAppearance.normal.badgeBackgroundColor = .altPrimary
|
||||||
self.navigationController?.tabBarItem.scrollEdgeAppearance = appearance
|
self.navigationController?.tabBarItem.scrollEdgeAppearance = appearance
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user