mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
+3
-3
@@ -28,9 +28,9 @@
|
||||
|
||||
self.userNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
|
||||
self.paginationLabel.textColor = RiotDesignValues.colorValues.accent;
|
||||
self.paginationSeparatorView.backgroundColor = RiotDesignValues.colorValues.accent;
|
||||
self.messageTextView.tintColor = RiotDesignValues.colorValues.accent;
|
||||
self.paginationLabel.textColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.paginationSeparatorView.backgroundColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.messageTextView.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
}
|
||||
|
||||
- (void)render:(MXKCellData *)cellData
|
||||
|
||||
Reference in New Issue
Block a user