Fixes incorrect Settings tab bar badge color

This commit is contained in:
Riley Testut
2021-10-11 13:49:11 -07:00
parent f7e2cf2a65
commit 0cf62636a1

View File

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