new: swap view for #10

This commit is contained in:
lollipopkit
2023-02-16 12:19:38 +08:00
parent 9c3b822311
commit 28a6067033
14 changed files with 228 additions and 47 deletions

View File

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