更新样式

This commit is contained in:
wyf
2025-08-22 17:00:56 +08:00
parent c432212870
commit 523979750d
6 changed files with 14 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
child: CircularProgressIndicator(
strokeWidth: 2,
valueColor: AlwaysStoppedAnimation<Color>(
themeController.currentColor.sc1,
Colors.white,
),
),
);
@@ -197,7 +197,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
child: CircularProgressIndicator(
strokeWidth: 2,
valueColor: AlwaysStoppedAnimation<Color>(
themeController.currentColor.sc1,
Colors.white,
),
),
);
@@ -648,9 +648,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
valueColor:
AlwaysStoppedAnimation<
Color>(
themeController
.currentColor
.sc1,
Colors.white,
),
),
)