Browse Source

feat:desige.color

0235653 2 days ago
parent
commit
0b2544f3c1

+ 4 - 1
cloth-design/src/app/modules/cloth/mobile/page-design/page-design.component.ts

@@ -15,7 +15,10 @@ export class PageDesignComponent {
   colors: string[] = [
     '#3498db', '#e74c3c', '#2ecc71', '#f1c40f', 
     '#9b59b6', '#1abc9c', '#e67e22', '#2c3e50', 
-    '#ecf0f1', '#e84393'
+    '#ecf0f1', '#e84393', '#ffeaa7','#ffb6c1',
+    '#98ff98','#b399d4','#ff7f50','#89cff0',
+   '#ff9aa2','#40e0d0','#f0e68c','#c8a2c8'
+
   ];
   
   partColors: { [key: string]: string } = {

+ 1 - 0
dome/ai-clothing-design.html

@@ -96,6 +96,7 @@
             z-index: 10;
         }
         
+        
         .tab {
             flex: 1;
             text-align: center;