審査用に文言などを修正 ver.4.5.1 467
This commit is contained in:
@ -120,8 +120,8 @@ class LoginPage extends StatelessWidget {
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius:
|
||||
BorderRadius.circular(40)),
|
||||
child: const Text(
|
||||
"ログイン",
|
||||
child: Text(
|
||||
"login".tr,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w600,
|
||||
fontSize: 16,
|
||||
@ -133,7 +133,7 @@ class LoginPage extends StatelessWidget {
|
||||
),
|
||||
MaterialButton(
|
||||
minWidth: double.infinity,
|
||||
height: 40,
|
||||
height: 36,
|
||||
onPressed: () {
|
||||
Get.toNamed(AppPages.REGISTER);
|
||||
},
|
||||
@ -154,7 +154,7 @@ class LoginPage extends StatelessWidget {
|
||||
),
|
||||
MaterialButton(
|
||||
minWidth: double.infinity,
|
||||
height: 40,
|
||||
height: 36,
|
||||
onPressed: () {
|
||||
Get.back();
|
||||
},
|
||||
@ -187,6 +187,7 @@ class LoginPage extends StatelessWidget {
|
||||
"rogaining_user_need_tosign_up".tr,
|
||||
style: const TextStyle(
|
||||
overflow: TextOverflow.ellipsis,
|
||||
fontSize: 10.0
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user