|
|
|
@ -116,7 +116,7 @@ class LoginScreenState extends State<LoginScreen> {
|
|
|
|
child: RichText(
|
|
|
|
child: RichText(
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
text: TextSpan(
|
|
|
|
text: TextSpan(
|
|
|
|
style: context.dynamicTextStyle(color: Colors.black, fontSize: 14.f, height: 26 / 16, fontWeight: FontWeight.w500),
|
|
|
|
style: context.dynamicTextStyle(color: AppColors.textColor, fontSize: 14.f, height: 26 / 16, fontWeight: FontWeight.w500),
|
|
|
|
children: <TextSpan>[
|
|
|
|
children: <TextSpan>[
|
|
|
|
TextSpan(text: LocaleKeys.dontHaveAccount.tr(context: context), style: context.dynamicTextStyle()),
|
|
|
|
TextSpan(text: LocaleKeys.dontHaveAccount.tr(context: context), style: context.dynamicTextStyle()),
|
|
|
|
TextSpan(text: " "),
|
|
|
|
TextSpan(text: " "),
|
|
|
|
@ -218,9 +218,9 @@ class LoginScreenState extends State<LoginScreen> {
|
|
|
|
await authViewModel.checkUserAuthentication(otpTypeEnum: OTPTypeEnum.whatsapp);
|
|
|
|
await authViewModel.checkUserAuthentication(otpTypeEnum: OTPTypeEnum.whatsapp);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
borderColor: AppColors.borderOnlyColor,
|
|
|
|
borderColor: AppColors.textColor,
|
|
|
|
textColor: AppColors.whiteColor,
|
|
|
|
textColor: AppColors.textColor,
|
|
|
|
icon: AppAssets.whatsapp,
|
|
|
|
icon: AppAssets.whatsapp,
|
|
|
|
iconColor: null,
|
|
|
|
iconColor: null,
|
|
|
|
applyThemeColor: false,
|
|
|
|
applyThemeColor: false,
|
|
|
|
|