mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
6029: Refacto how to handle all state of the live location cell
This commit is contained in:
@@ -105,6 +105,14 @@ class DefaultTheme: NSObject, Theme {
|
||||
|
||||
var roomCellOutgoingBubbleBackgroundColor: UIColor = UIColor(rgb: 0xE7F8F3)
|
||||
|
||||
var roomCellLocalisationTextColor: UIColor = UIColor(rgb: 0x17191C)
|
||||
|
||||
var roomCellLocalisationStartedColor: UIColor = UIColor(rgb: 0x5C56F5)
|
||||
|
||||
var roomCellLocalisationEndedColor: UIColor = UIColor(rgb: 0xC1C6CD)
|
||||
|
||||
var roomCellLocalisationErrorColor: UIColor = UIColor(rgb: 0xFF5B55)
|
||||
|
||||
func applyStyle(onTabBar tabBar: UITabBar) {
|
||||
tabBar.unselectedItemTintColor = self.tabBarUnselectedItemTintColor
|
||||
tabBar.tintColor = self.tintColor
|
||||
|
||||
Reference in New Issue
Block a user