Browse Source

bug-311 全局样式影响,--primary-color

cc12458 9 months ago
parent
commit
c6b95b0128
1 changed files with 2 additions and 1 deletions
  1. 2 1
      miniprogram/components/popup-privacy/popup-privacy.scss

+ 2 - 1
miniprogram/components/popup-privacy/popup-privacy.scss

@@ -21,7 +21,8 @@
 }
 
 .name {
-  color: var(--primary-color, #38FF6E);
+  // color: var(--primary-color, #38FF6E);
+  color: #1D6FF6;
 }
 
 .button {