更新样式
This commit is contained in:
@@ -81,7 +81,7 @@ class _DeviceComponentWidgetState extends State<DeviceComponentWidget> {
|
||||
child: CircularProgressIndicator(
|
||||
strokeWidth: 2,
|
||||
valueColor: AlwaysStoppedAnimation<Color>(
|
||||
Colors.white,
|
||||
stringToColor("#929699"),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
@@ -591,8 +591,7 @@ class _NewHomePageState extends State<NewHomePage> {
|
||||
valueColor:
|
||||
AlwaysStoppedAnimation<
|
||||
Color>(
|
||||
themeController
|
||||
.currentColor.sc1,
|
||||
Colors.white,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user