Update server_status_interval_edit view

This commit is contained in:
LollipopKit
2021-10-26 16:05:40 +08:00
parent ad0638b5b3
commit dd3c07f39d
11 changed files with 107 additions and 43 deletions

View File

@@ -121,7 +121,8 @@ class _ServerPageState extends State<ServerPage>
Text(ss.uptime!,
textScaleFactor: 1.0,
style: TextStyle(
color: _theme.textTheme.bodyText1!.color!.withAlpha(100), fontSize: 11))
color: _theme.textTheme.bodyText1!.color!.withAlpha(100),
fontSize: 11))
],
),
const SizedBox(