VectorDesignValues: Load Vector colors at the app load time for the life of the app

This commit is contained in:
manuroe
2016-02-05 15:21:00 +01:00
parent 314f9547d1
commit 485f79b51e
29 changed files with 132 additions and 93 deletions
+1 -1
View File
@@ -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;
}