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