new & opt

new: Flutter 3.7.3
opt: for `ping` page
This commit is contained in:
lollipopkit
2023-02-13 17:51:36 +08:00
parent ba44649ce1
commit 9c3b822311
8 changed files with 21 additions and 19 deletions

View File

@@ -79,7 +79,7 @@ class _SettingPageState extends State<SettingPage> {
child: Center(
child: Text(
text,
style: textSize13,
style: TextStyle(color: primaryColor),
),
),
);