mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Add style method for UITabBar on Theme protocol. Update themes and make UITabBar non translucent.
This commit is contained in:
@@ -116,8 +116,7 @@
|
||||
{
|
||||
[ThemeService.shared.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
|
||||
|
||||
self.tabBar.tintColor = ThemeService.shared.theme.tintColor;
|
||||
self.tabBar.barTintColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
[ThemeService.shared.theme applyStyleOnTabBar:self.tabBar];
|
||||
|
||||
self.view.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user