Room creation intro: New theme color.

This commit is contained in:
SBiOSoftWhare
2021-02-21 23:44:17 +01:00
parent 5363c585bc
commit cdfa2922af
3 changed files with 5 additions and 0 deletions
@@ -92,6 +92,8 @@ class DefaultTheme: NSObject, Theme {
var overlayBackgroundColor: UIColor = UIColor(white: 0.7, alpha: 0.5)
var matrixSearchBackgroundImageTintColor: UIColor = UIColor(rgb: 0xE7E7E7)
var secondaryCircleButtonBackgroundColor: UIColor = UIColor(rgb: 0xE3E8F0)
func applyStyle(onTabBar tabBar: UITabBar) {
tabBar.unselectedItemTintColor = self.tabBarUnselectedItemTintColor
tabBar.tintColor = self.tintColor