future 1 year ago
parent
commit
34e6ef026f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      xs-app/uni.scss

+ 2 - 1
xs-app/uni.scss

@@ -12,7 +12,8 @@
  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  */
 
-/* 颜色变量 */
+/* 颜色变量 */
+$uni-theme-color: #2979ff;  //主色调
 
 /* 行为相关颜色 */
 $uni-color-primary: #007aff;