fix server tab circle chart size

This commit is contained in:
Junyuan Feng
2022-01-09 21:14:47 +08:00
parent 7e36c06542
commit 937f2fb38f
5 changed files with 15 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ class MyApp extends StatelessWidget {
final textStyle = TextStyle(color: primaryColor);
return MaterialApp(
title: 'ToolBox',
debugShowCheckedModeBanner: false,
theme: ThemeData(
primaryColor: primaryColor,
appBarTheme: AppBarTheme(backgroundColor: primaryColor),