mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Add call tile bg color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user