mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
reskin: rename ColorValues to Theme
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.paginationLabel.textColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.paginationSeparatorView.backgroundColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.paginationLabel.textColor = RiotDesignValues.theme.tintColor;
|
||||
self.paginationSeparatorView.backgroundColor = RiotDesignValues.theme.tintColor;
|
||||
}
|
||||
|
||||
- (void)render:(MXKCellData *)cellData
|
||||
|
||||
Reference in New Issue
Block a user