splash screens 1 2 3

This commit is contained in:
Rajshinde046
2024-03-15 19:31:49 +05:30
parent be518dbd3c
commit 532cc65a7b

View File

@@ -128,7 +128,10 @@ class _LoginScreenState extends State<LoginScreen> {
),
Text(
"Well 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,
),
)
],
),