Add call tile bg color

This commit is contained in:
ismailgulek
2021-04-28 13:46:44 +03:00
parent da7fad8102
commit 4c7a4e2b0a
3 changed files with 7 additions and 0 deletions
@@ -99,6 +99,8 @@ class DefaultTheme: NSObject, Theme {
var shadowColor: UIColor = UIColor(rgb: 0x000000)
var callTileBackgroundColor: UIColor = UIColor(rgb: 0xF4F6FA)
func applyStyle(onTabBar tabBar: UITabBar) {
tabBar.unselectedItemTintColor = self.tabBarUnselectedItemTintColor
tabBar.tintColor = self.tintColor