...
|
...
|
@@ -118,7 +118,8 @@ const helpers = { |
|
|
return {
|
|
|
id: c.colorId,
|
|
|
title: c.colorName,
|
|
|
rgb: c.colorValue ? `url(${c.colorValue})` : '#' + c.colorCode
|
|
|
rgb: c.colorValue ? `url(${c.colorValue})` : '#' + c.colorCode,
|
|
|
bgImg: c.colorValue || ''
|
|
|
};
|
|
|
});
|
|
|
} else {
|
...
|
...
|
|