mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.deviceName.textColor = kRiotPrimaryTextColor;
|
||||
self.deviceName.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
|
||||
[self.verifyButton.layer setCornerRadius:5];
|
||||
self.verifyButton.clipsToBounds = YES;
|
||||
|
||||
Reference in New Issue
Block a user