|
@@ -895,7 +895,7 @@
|
|
|
if (isTooLight) {
|
|
|
NCBrandColor.sharedInstance.brandElement = [NCBrandColor.sharedInstance.brandElement darkerBy:10];
|
|
|
} else if (isTooDark) {
|
|
|
- NCBrandColor.sharedInstance.brandElement = [NCBrandColor.sharedInstance.brandElement lighterBy:15];
|
|
|
+ NCBrandColor.sharedInstance.brandElement = [NCBrandColor.sharedInstance.brandElement lighterBy:25];
|
|
|
}
|
|
|
|
|
|
} else {
|
|
@@ -906,7 +906,7 @@
|
|
|
if (isTooLight) {
|
|
|
NCBrandColor.sharedInstance.brandElement = [NCBrandColor.sharedInstance.customer darkerBy:10];
|
|
|
} else if (isTooDark) {
|
|
|
- NCBrandColor.sharedInstance.brandElement = [NCBrandColor.sharedInstance.customer lighterBy:15];
|
|
|
+ NCBrandColor.sharedInstance.brandElement = [NCBrandColor.sharedInstance.customer lighterBy:25];
|
|
|
} else {
|
|
|
NCBrandColor.sharedInstance.brandElement = NCBrandColor.sharedInstance.customer;
|
|
|
}
|