Browse Source

修改样式

ios
Jolie 4 months ago
parent
commit
491a3fa014
1 changed files with 3 additions and 1 deletions
  1. 4
      lib/pages/mine/login_page.dart

4
lib/pages/mine/login_page.dart

@ -160,7 +160,9 @@ class LoginPage extends StatelessWidget {
onChanged: (value) { onChanged: (value) {
agreeTerms.value = value ?? false; agreeTerms.value = value ?? false;
}, },
activeColor: const Color.fromRGBO(74, 99, 235, 1),
activeColor: Colors.grey,
side: const BorderSide(color: Colors.grey),
shape: const CircleBorder(),
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
)), )),
const Text( const Text(

Loading…
Cancel
Save