mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.paginationLabel.textColor = RiotDesignValues.colorValues.accent;
|
||||
self.paginationSeparatorView.backgroundColor = RiotDesignValues.colorValues.accent;
|
||||
self.paginationLabel.textColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.paginationSeparatorView.backgroundColor = RiotDesignValues.colorValues.tintColor;
|
||||
}
|
||||
|
||||
- (void)render:(MXKCellData *)cellData
|
||||
|
||||
Reference in New Issue
Block a user