register_verify - Changed more text sizes and spaces between items
This commit is contained in:
parent
731ab528f5
commit
ea89772585
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue