opt.: cntering btn text

This commit is contained in:
lollipopkit
2023-08-21 13:04:07 +08:00
parent 8111a83703
commit 6a2191ff92
13 changed files with 214 additions and 245 deletions

View File

@@ -16,7 +16,7 @@ import '../../../data/res/ui.dart';
import '../../../data/store/private_key.dart';
import '../../../locator.dart';
import '../../widget/custom_appbar.dart';
import '../../widget/tag/btn.dart';
import '../../widget/tag.dart';
import '../private_key/edit.dart';
class ServerEditPage extends StatefulWidget {

View File

@@ -22,7 +22,7 @@ import '../../../data/store/setting.dart';
import '../../../locator.dart';
import '../../widget/round_rect_card.dart';
import '../../widget/server_func_btns.dart';
import '../../widget/tag/switcher.dart';
import '../../widget/tag.dart';
import 'edit.dart';
class ServerPage extends StatefulWidget {
@@ -425,7 +425,7 @@ class _ServerPageState extends State<ServerPage>
child: Text(
'${percent.toStringAsFixed(1)}%',
textAlign: TextAlign.center,
style: textSize11Grey,
style: textSize11,
textScaleFactor: 1.0,
),
),