Skip to content
Snippets Groups Projects
Commit d2f0f52a authored by Rakshitha Salian's avatar Rakshitha Salian
Browse files

Color added

parent 8d786ffb
No related branches found
No related tags found
2 merge requests!2Verify OTP screen- FE -ECAP1-24,!1Text field common component and common app colors added
...@@ -33,6 +33,7 @@ class AppColor { ...@@ -33,6 +33,7 @@ class AppColor {
static const textFieldHintColor = Color(0xff9B9B9B); static const textFieldHintColor = Color(0xff9B9B9B);
static const primarySecColor = Color(0xFF3A88F4); static const primarySecColor = Color(0xFF3A88F4);
static Color redLight = const Color(0xffFF1717); static Color redLight = const Color(0xffFF1717);
static const inActiveButtonColor = Color(0xff808080);
static const MaterialColor primaryColorSwatch = static const MaterialColor primaryColorSwatch =
MaterialColor(primaryColorHexValue, <int, Color>{ MaterialColor(primaryColorHexValue, <int, Color>{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment