mod login signin design
This commit is contained in:
@@ -24,7 +24,7 @@ class EditPage extends GetView<EditController> {
|
||||
centerTitle: true,
|
||||
leading: IconButton(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
onPressed: () => Get.back(),
|
||||
onPressed: () => editCtrl.gotToList(),
|
||||
),
|
||||
),
|
||||
body: Container(
|
||||
@@ -266,7 +266,7 @@ class EditPage extends GetView<EditController> {
|
||||
SizedBox(
|
||||
width: double.infinity,
|
||||
child: OutlinedButton(
|
||||
onPressed: () => Get.back(),
|
||||
onPressed: () => editCtrl.gotToList(),
|
||||
style: OutlinedButton.styleFrom(
|
||||
foregroundColor: Colors.white,
|
||||
side: const BorderSide(color: Colors.white, width: 2),
|
||||
|
||||
@@ -19,7 +19,7 @@ class LoginPage extends GetView<LoginController> {
|
||||
width: displayWidth,
|
||||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: 16.0,
|
||||
vertical: 130.0,
|
||||
vertical: 100.0,
|
||||
),
|
||||
color: Colors.blue.shade100,
|
||||
child: SingleChildScrollView(
|
||||
|
||||
@@ -17,10 +17,7 @@ class SigninPage extends GetView<SigninController> {
|
||||
body: Container(
|
||||
height: displayHeight,
|
||||
width: displayWidth,
|
||||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: 16.0,
|
||||
vertical: 100.0,
|
||||
),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 90.0),
|
||||
color: Colors.blue.shade100,
|
||||
child: SingleChildScrollView(
|
||||
child: MySigninWidget(
|
||||
|
||||
Reference in New Issue
Block a user