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) {