cqpCow 8 months ago
parent
commit
be79b794d5
1 changed files with 4 additions and 4 deletions
  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',
         ],
     ];