Browse Source

优化弹窗

dev-2.0
王子贤 1 week ago
parent
commit
97cc1756b0
1 changed files with 2 additions and 2 deletions
  1. 4
      lib/widget/user_agreement_dialog.dart

4
lib/widget/user_agreement_dialog.dart

@ -167,7 +167,7 @@ class _UserAgreementDialogState extends State<UserAgreementDialog> {
), ),
child: Center( child: Center(
child: Text( child: Text(
'不同意',
'拒绝并退出',
style: TextStyle( style: TextStyle(
fontSize: 16.sp, fontSize: 16.sp,
color: const Color.fromRGBO(131, 89, 255, 1), color: const Color.fromRGBO(131, 89, 255, 1),
@ -198,7 +198,7 @@ class _UserAgreementDialogState extends State<UserAgreementDialog> {
), ),
child: Center( child: Center(
child: Text( child: Text(
'同意',
'同意并继续',
style: TextStyle( style: TextStyle(
fontSize: 16.sp, fontSize: 16.sp,
color: Colors.white, color: Colors.white,

Loading…
Cancel
Save