浏览代码

修改颜色

DongZhenShan 1 年之前
父节点
当前提交
197d9f2b6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/comm/constants/color_constants.dart

+ 1 - 1
lib/comm/constants/color_constants.dart

@@ -15,7 +15,7 @@ class ColorConstants {
   static const Color white = Color(0xFFFFFFFF);
   static const Color dividerColor = Color(0xffd2d2d2);
   static const Color appBlue = Color(0xff0689fb);
-  static const Color pageBg = Color(0xfff9f9fc);
+  static const Color pageBg = Color(0xfff7f7fb);
 }
 
 Color hexToColor(String hex) {