kidd3166 1 年之前
父節點
當前提交
8637386ee7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/pages/login/index.dart

+ 1 - 1
lib/pages/login/index.dart

@@ -182,7 +182,7 @@ class _LoginState extends State<Login> with TencentMixin, InjectLoginApi, Wechat
                                   child: Text(
                                     "注册帐号",
                                     textAlign: TextAlign.right,
-                                    style: TextStyle(fontSize: 16.0),
+                                    style: Theme.of(context).textTheme.subtitle1,
                                   ),
                                   onTap: () {
                                     NavigatorUtil.goRegister(context);