From ea897725856f8063e0c6b5661a5ebbc7fd079a33 Mon Sep 17 00:00:00 2001 From: Matthew Patrick <Matthew.535200018@stu.untar.ac.id> Date: Mon, 25 Apr 2022 20:55:40 +0700 Subject: [PATCH] register_verify - Changed more text sizes and spaces between items --- lib/components/register_verify.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/register_verify.dart b/lib/components/register_verify.dart index 24dd9fc..14f17dd 100644 --- a/lib/components/register_verify.dart +++ b/lib/components/register_verify.dart @@ -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), ), ], )