cqpCow 1 년 전
부모
커밋
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',
         ],
     ];