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

@@ -168,7 +168,7 @@ class _SignInState extends State<SignIn> {
),
),
//spacer
const SizedBox(height: 10),
const SizedBox(height: 30),
// sign in button
SizedBox(
width: 500.0,
@@ -187,7 +187,7 @@ class _SignInState extends State<SignIn> {
),
),
//spacer
//const SizedBox(height: 30),
const SizedBox(height: 10),
//register text
SizedBox(
width: 500.0,
@@ -217,9 +217,6 @@ class _SignInState extends State<SignIn> {
),
),
),
const SizedBox(
width: 15,
),
],
),
)