mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
VectorDesignValues: Load Vector colors at the app load time for the life of the app
This commit is contained in:
@@ -300,7 +300,7 @@
|
||||
|
||||
label.text = [NSString stringWithFormat:@" %@", text];
|
||||
label.font = [UIFont boldSystemFontOfSize:15.0];
|
||||
label.backgroundColor = VECTOR_LIGHT_GRAY_COLOR;
|
||||
label.backgroundColor = kVectorColorLightGrey;
|
||||
|
||||
return label;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user