Message bubbles: Use new background colors.

This commit is contained in:
SBiOSoftWhare
2022-01-31 17:42:54 +01:00
parent c51787133c
commit 223d1802c1
9 changed files with 22 additions and 34 deletions
@@ -100,6 +100,10 @@ class DefaultTheme: NSObject, Theme {
var shadowColor: UIColor = UIColor(rgb: 0x000000)
var roomCellIncomingBubbleBackgroundColor: UIColor = UIColor(rgb: 0xE8EDF4)
var roomCellOutgoingBubbleBackgroundColor: UIColor = UIColor(rgb: 0xE7F8F3)
func applyStyle(onTabBar tabBar: UITabBar) {
tabBar.unselectedItemTintColor = self.tabBarUnselectedItemTintColor
tabBar.tintColor = self.tintColor