mod login signin design

This commit is contained in:
2026-01-26 12:46:17 +01:00
parent d5b8df9506
commit 3990a8a34e
10 changed files with 305 additions and 93 deletions

View File

@@ -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),