fix buttom alignment accress UI
This commit is contained in:
@@ -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,
|
||||
),
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user