mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
VectorDesignValues: Load Vector colors at the app load time for the life of the app
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
self.userNameLabel.textColor = VECTOR_TEXT_BLACK_COLOR;
|
||||
self.userNameLabel.textColor = kVectorTextColorBlack;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user