cqpCow 8 месяцев назад
Родитель
Сommit
be79b794d5
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      app/Model/Product.php

+ 4 - 4
app/Model/Product.php

@@ -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',
         ],
     ];