register_verify - Changed more text sizes and spaces between items

This commit is contained in:
Matthew Patrick 2022-04-25 20:55:40 +07:00
parent 731ab528f5
commit ea89772585

View file

@ -38,7 +38,7 @@ class _Register_VerifyState extends State<Register_Verify> {
style: TextStyle(
color: Colors.white,
fontWeight: FontWeight.bold,
fontSize: 35),
fontSize: 40),
),
const SizedBox(
height: 45,
@ -67,7 +67,7 @@ class _Register_VerifyState extends State<Register_Verify> {
style: TextStyle(
color: Colors.white,
fontWeight: FontWeight.w600,
fontSize: 25),
fontSize: 20),
),
],
)