mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
self.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
self.textView.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.defaultTextColor = kRiotPrimaryTextColor;
|
||||
self.defaultTextColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.verifyButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.blockButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
Reference in New Issue
Block a user