@ -67,8 +67,8 @@ class ASLongButton extends StatefulWidget {
this.onPressed,
this.width,
this.disableTextColor,
this.bgColor = kDarkPrimaryColor,
}) : textColor = kTextColor,
this.bgColor = kPrimaryColor,
}) : textColor = kLightTextColor,
outline = false,
disableColor = Color(0xFFC1BDB5),
super(key: key);