mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
self.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
self.textView.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.textView.textColor = kRiotPrimaryTextColor;
|
||||
self.textView.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.redactButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.closeButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user