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:
@@ -95,7 +95,7 @@
|
||||
growingTextView.backgroundColor = [UIColor clearColor];
|
||||
|
||||
growingTextView.font = [UIFont systemFontOfSize:15];
|
||||
growingTextView.textColor = kRiotPrimaryTextColor;
|
||||
growingTextView.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
growingTextView.tintColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
growingTextView.internalTextView.keyboardAppearance = RiotDesignValues.theme.keyboardAppearance;
|
||||
|
||||
Reference in New Issue
Block a user