fix buttom alignment accress UI

This commit is contained in:
2024-08-16 09:54:46 +02:00
parent 1879d31ae2
commit e589c4e0c1
10 changed files with 28 additions and 52 deletions

View File

@@ -304,7 +304,7 @@ class _RegisterState extends State<Register> {
),
),
//spacer
const SizedBox(height: 10),
const SizedBox(height: 30),
// sign up button
SizedBox(
width: 500.0,
@@ -322,6 +322,7 @@ class _RegisterState extends State<Register> {
},
),
),
const SizedBox(height: 10),
//register text
SizedBox(
width: 500.0,