Update: 2026-06-26 01:43:37
This commit is contained in:
@@ -113,10 +113,10 @@ class RegisterPage extends StatelessWidget {
|
||||
child: InkWell(
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
onTap: () => controller.register(),
|
||||
child: const Center(
|
||||
child: Center(
|
||||
child: Text(
|
||||
'تقديم طلب تسجيل',
|
||||
style: TextStyle(
|
||||
'Submit registration request'.tr,
|
||||
style: const TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 18,
|
||||
fontWeight: FontWeight.bold,
|
||||
@@ -137,9 +137,9 @@ class RegisterPage extends StatelessWidget {
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () => Get.back(),
|
||||
child: const Text(
|
||||
'تسجيل الدخول',
|
||||
style: TextStyle(
|
||||
child: Text(
|
||||
'Login'.tr,
|
||||
style: const TextStyle(
|
||||
color: AppColor.blueColor,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user