diff --git a/lib/view/login/LoginScreen.dart b/lib/view/login/LoginScreen.dart index 9fc94ba..db88916 100644 --- a/lib/view/login/LoginScreen.dart +++ b/lib/view/login/LoginScreen.dart @@ -128,7 +128,10 @@ class _LoginScreenState extends State { ), Text( "We’ll send six digit code to the registered number. Standard data rates may apply", - style: TextStyle(color: Colors.white), + style: TextStyle( + color: Colors.white, + fontSize: 14, + ), ) ], ),