Browse Source

修改颜色

zhaoxiaohai 2 years ago
parent
commit
9519cf72b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packageA/orderForm/detail.scss

+ 1 - 1
packageA/orderForm/detail.scss

@@ -183,7 +183,7 @@
         }
 
         .delete {
-            background: var(--error);
+            background: var(--warning);
         }
     }
 }