|
@@ -39,12 +39,12 @@ class Product extends UseScopeBaseModel
|
|
|
'font_color' => 'black',
|
|
|
],
|
|
|
self::Product_attribute_two => [
|
|
|
- 'background_color' => '#ed4446',
|
|
|
- 'font_color' => 'white',
|
|
|
+ 'background_color' => 'white',
|
|
|
+ 'font_color' => 'black',
|
|
|
],
|
|
|
self::Product_attribute_three => [
|
|
|
- 'background_color' => '#98FB98',
|
|
|
- 'font_color' => 'white',
|
|
|
+ 'background_color' => 'white',
|
|
|
+ 'font_color' => 'black',
|
|
|
],
|
|
|
];
|
|
|
|